Uses of Class
org.apache.commons.rng.sampling.distribution.ChengBetaSampler.BaseChengBetaSampler
-
Packages that use ChengBetaSampler.BaseChengBetaSampler Package Description org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions. -
-
Uses of ChengBetaSampler.BaseChengBetaSampler in org.apache.commons.rng.sampling.distribution
Subclasses of ChengBetaSampler.BaseChengBetaSampler in org.apache.commons.rng.sampling.distribution Modifier and Type Class Description private static class
ChengBetaSampler.ChengBBBetaSampler
Computes one sample using Cheng's BB algorithm, when beta distributionalpha
andbeta
shape parameters are both larger than 1.private static class
ChengBetaSampler.ChengBCBetaSampler
Computes one sample using Cheng's BC algorithm, when at least one of beta distributionalpha
orbeta
shape parameters is smaller than 1.Constructors in org.apache.commons.rng.sampling.distribution with parameters of type ChengBetaSampler.BaseChengBetaSampler Constructor Description BaseChengBetaSampler(UniformRandomProvider rng, ChengBetaSampler.BaseChengBetaSampler source)
-