Comment #18 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 still like the notation
X = Normal(2, 3).new_var('X')

Which combines the adherence to math convention with unambiguous generation. Right now, Normal and friends can be containers that hold the parameters. new_var just creates a new PSpace of the correct type which binds the symbol 'X' to it. We change them to be distributions or whatever later, but I prefer this notation to Normal(0, 1, 'X').

--
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