User Portlet User Portlet

Discussions
I have the following code that works for continuous distributions; I need to modify it to work for discrete distributions (e.g., target becomes Poisson): ClearAll["Global`*"]; rho = 0.95 r = Sqrt[1 - rho^2]; ...