Comment #17 on issue 3129 by [email protected]: Drastic change to sympy.stats: Adding concept of Probability Distributions on surface level
http://code.google.com/p/sympy/issues/detail?id=3129

I'm saying that PSpaces should be entirely in the background and not really accessible by the user. We'll change it later

Notation for creating random variables will still be Normal, Binomial, and friends. I don't think that Binomial should alias BinomialPSpace because users should not really be seeing BinomialPSpace anyway. They're going to be creating random symbols far more often so that should be the clean part. We'll add in NormalDistribution or whatever later on.

In comment 2 I suggest that the symbol is just a required input of the Normal, Binomial, etc... functions.

X = Normal(0, 1, 'X') # this is a random variable.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to