Comment #16 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 see. So what do we think should be changed in the interface? I think getting rid of automatically generated symbols is what Aaron and I agreed on. How about Binomial, Gamma and friends become aliases of BinomialPSpace, etc for now? Do you think, instead of passing in a sympy symbol for internal use, we can pass in a string that gets converted into a symbol inside?

Instead of
Binomial(2, 0.5, symbol=Symbol('X')), having
Binomial(2, 0.5, symbol='X')

And what do we think is best notation for creating a new rv?

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