Comment #24 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'll start on these issues. What do you think about renaming Binomial and friends to BinomialRV, or something of that sort? Make it more clear that we are creating a random variable, and reduce confusion between other math stuff with similar names, e.g. Gamma/gamma, Binomial/binomial. Two letters doesn't seem like much of a burden to type.
X = BinomialRV('X', 10, S.Half) # "We are creating a random variable 'X' from a binomial distribution with probability 0.5 and iterations"
-- 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.
