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 classChengBetaSampler.ChengBBBetaSamplerComputes one sample using Cheng's BB algorithm, when beta distributionalphaandbetashape parameters are both larger than 1.private static classChengBetaSampler.ChengBCBetaSamplerComputes one sample using Cheng's BC algorithm, when at least one of beta distributionalphaorbetashape 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)
-