Updates:
        Status: NeedsDecision

Comment #27 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

There are a couple choices in this thread that are still not decided

from sympy.stats import Normal
Normal("X", 0, 1) # This is standard
# vs
NormalRV("X", 0, 1) # This has been proposed

My preference is to stick with the first one.

Do we want some sort of Distribution object that is separate from PSpace and RandomSymbol object. It's not clear to me how feasible this idea is if we want to continue to support complex conditional expressions.

The first question Normal vs NormalRV I think is appropriate for Milestone-Release0.7.2. The second question I think can/should be postponed until a suitable solution is proposed.

Marking this NeedsDecision for the first point.

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