python-mle
python-mle copied to clipboard
Implement products of PDFs
What would be a good name for this?
Example: Prod(dist1, dist2)
would be the product of distributions dist1
and dist2
.
If they depend on different random variables, the resulting distribution would depend on all of them.