Re: Distributions: support

2010-07-11 Thread Mikkel Meyer Andersen
2010/7/11 Phil Steitz : > Mikkel Meyer Andersen wrote: >> Dear Community, >> >> I'm planning to implement lower and upper bounds of the support for >> distributions in a generic way on AbstractContinuousDistribution and >> AbstractIntegerDistribution such that one can get e.g. 0 and n for the >> Bi

Re: Distributions: support

2010-07-11 Thread Phil Steitz
Mikkel Meyer Andersen wrote: > Dear Community, > > I'm planning to implement lower and upper bounds of the support for > distributions in a generic way on AbstractContinuousDistribution and > AbstractIntegerDistribution such that one can get e.g. 0 and n for the > Binomial, -inf and inf of the Nor

Distributions: support

2010-07-11 Thread Mikkel Meyer Andersen
Dear Community, I'm planning to implement lower and upper bounds of the support for distributions in a generic way on AbstractContinuousDistribution and AbstractIntegerDistribution such that one can get e.g. 0 and n for the Binomial, -inf and inf of the Normal etc.? Proposed names for the methods