Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 3490 by [email protected]: stats.Normal not taking symbolic standard deviation (wants 'positive')
http://code.google.com/p/sympy/issues/detail?id=3490
from sympy import stats from sympy.abc import x,m,s stats.Normal('x',m,s)
ValueError: Standard deviation must be positive -- 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.
