Comment #2 on issue 3090 by mrock...@gmail.com: Create ContinuousDensity class
http://code.google.com/p/sympy/issues/detail?id=3090

-- Should the subclass be in sympy.functions or in sympy.stats.crv?
If you can make it sufficiently general then put it in sympy.functions
else put it in stats.crv

Any ideas on how to print?
-- It'll make sense to you what looks good or bad as you're developing/playing with it.

-- Is there a precedence in sympy for subclasses of Lambda or Function?
I did a search in the codebase for anything that derives from Function or Lambda.

git grep "class \w*(Function):"
git grep "class \w*(Lambda):"

Aaron might also have thoughts on all this. I suspect he'll wander by here at some point.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to