For questions about distributions built-in in Mathematica, and functions that operate on them. Also includes questions about defining your own distributions.
8
votes
3answers
637 views
How to generate a RandomVariate of a custom distribution?
I'm trying to generate a pseudorandom variate out of a custom distribution. Suppose I want define a custom distribution, and for the sake of simplicity I define a Poisson distribution (the ...