Status: Started
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3201 by [email protected]: Inconsistencies about RandomDomain
http://code.google.com/p/sympy/issues/detail?id=3201
I've recently realised that the biggest issue preventing me from making
sense of the structure of sympy.stats is that RandomDomain subclasses are
very inconsistent. Some have an integrate() method, but others don't.
RandomDomain is described as having the structure RandomDomain(symbols,
set), but some subclasses replace the set with an ad-hoc "elements" thingy.
And though PSpace.where() looks like the obvious way to create
a "conditional domain" from a PSpace, this method isn't always used.
I've started a branch "stats6" to tackle these problems.
--
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.