-
- All Implemented Interfaces:
public final class RealDistributionUtilUtility to translate statistics names into a RealDistribution.
-
-
Method Summary
Modifier and Type Method Description static RealDistributionmakeRealDistribution(RandomGenerator randomGenerator, String shortname, Array<double> arguments)-
-
Method Detail
-
makeRealDistribution
static RealDistribution makeRealDistribution(RandomGenerator randomGenerator, String shortname, Array<double> arguments)
- Parameters:
randomGenerator- the RandomGeneratorshortname- the distribution name (case insensitive).arguments- the parameters for the distribution
-
-
-
-