Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High Milestone-Release0.7.2 Statistics

New issue 3123 by [email protected]: Naming conventions in sympy/stats/
http://code.google.com/p/sympy/issues/detail?id=3123

There are a number of PEP8-violating names in sympy.stats:

* Density, Where, Given, Sample, CDF, Skewness: these are functions, so their name should be lowercase.
* Covar: the conventional notation is Cov, not Covar.
* P, E: these names are too short. It's debatable whether P and E are appropriate shortcuts, but they are clearly unsuitable as primary names shown in documentation and tracebacks.

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