Comment #8 on issue 3123 by [email protected]: Naming conventions in sympy/stats/
http://code.google.com/p/sympy/issues/detail?id=3123
The issue with Var is that it violates PEP8. If we decide to go ahead with capitalized Var then should we also do capitalized Cov, Std, Skewness, Density, Sample, Given etc...?
It seems to me that using plain variance is simpler. This is also the solution that makes the fewest choices. We can add aliases in the future but can't take them away. In any event this isn't that big of a deal. I just want to make things reasonable for the .72 release.
-- 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.
