Hi.

> in classes Gamma and Beta, some functions are package private:
>   - logGammaSum
>   - logGammaMinusLogGammaSum (for lack of a better name)
>   - bcorr
> These functions are meant to be used by other functions, 

None of these functions seem to used. Am I missing something?

Gilles

> like logBeta. Each
> of these functions have their own domain, and in logBeta, we make sure not
> to call them outside this domain.
> For the time being, I've implemented explicit checks on the arguments +
> exceptions in these auxiliary functions. I guess this comes with a cost,
> which is arguably unnecessary.
> Should I remove these tests, and clearly state in the Javadoc that the
> caller should make sure that the argument is valid?
> I'm OK with both solutions (keeping/removing the tests).
> 
> Best regards,
> Sébastien

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

Reply via email to