Phil Steitz wrote:
> 
> I would say pull DiscreteDistribution out.  That is where the
> difference really lies.  I have thought about suggesting that we
> eliminate it altogether; but I still think there may be value in
> supporting discrete distributions over sample spaces that are not
> embedded in the integers.
> 
> Phil
> 

Empirical distributions are discrete by nature. Depending on the underlying
data, the domain is usually (a subset of) the reals or the integers.
However, after moving probability(double) to Distribution,
DiscreteDistribution will be an empty interface. Thus there is in fact the
question whether it should be eliminated. Otherwise it would be just a
"flag" for discrete distributions and that's indeed independent of the
sample space.

Christian

--
View this message in context: 
http://apache-commons.680414.n4.nabble.com/math-Distributions-over-sample-spaces-other-than-R-tp3931349p3951273.html
Sent from the Commons - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to