Comment #2 on issue 3386 by [email protected]: Remove old statistics module in favor of the new stats module
http://code.google.com/p/sympy/issues/detail?id=3386
sympy.statistics does have some functionality that is not implemented in sympy.stats
1) It has a Sample class. This stores a set of measurements and computes sample means, variances, etc... 2) It uses this to give Normal distributions a `fit` function. I.e. given a sample of numbers, give me the appropriate Normal distribution
I don't think that these features should carry over to sympy.stats. Rather I think that any user interested in these features should be directed to the statsmodels project or should just use basic python/numpy for these computations.
http://statsmodels.sourceforge.net/ -- 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.
