I have read the Stack Overflow thread and will give a look at you rminimal working example.
On Wed, Feb 13, 2019 at 10:45 AM Gilles Sadowski <gillese...@gmail.com> wrote: > Hi. > > Le mer. 13 févr. 2019 à 13:12, Roman Leventov <leventov...@gmail.com> a > écrit : > > > > I try to approximate inverse CDF of BinomialDistribution with inverse CDF > > of NormalDistribution. Works pretty well, but there is a noticeable bias, > > that may be a sign of some imprecision or bias in either > > BinomialDistribution.inverseCumulativeProbability(), or > > NormalDistribution.inverseCumulativeProbability(), or both. > > Thanks for your interest. > Review, documentation, unit tests and patches are welcome. :-) > > Regards, > Gilles > > > > > See > > > https://stats.stackexchange.com/questions/392281/approximation-of-inverse-cdf-of-binomial-distribution-with-inverse-cdf-of-normal > > . > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >