Uses of Class
org.drip.measure.gamma.R1ShapeScaleDiscrete
Package | Description |
---|---|
org.drip.measure.gamma |
R1 Gamma Distribution Implementation/Properties
|
-
Uses of R1ShapeScaleDiscrete in org.drip.measure.gamma
Methods in org.drip.measure.gamma with parameters of type R1ShapeScaleDiscrete Modifier and Type Method Description static double
R1ShapeScaleComposite. RandomBeta(R1ShapeScaleDiscrete gammaDistribution1, R1ShapeScaleDiscrete gammaDistribution2)
Generate a Random Number that follows the Beta Distributionstatic double
R1ShapeScaleComposite. RandomBetaPrime(R1ShapeScaleDiscrete gammaDistribution1, R1ShapeScaleDiscrete gammaDistribution2)
Generate a Random Number that follows the Beta Prime Distributionstatic double[]
R1ShapeScaleComposite. RandomDirichletVector(R1ShapeScaleDiscrete[] gammaDistributionArray)
Generate a Random Vector that follows the Dirichlet Distributionstatic double
R1ShapeScaleComposite. RandomF(R1ShapeScaleDiscrete gammaDistribution1, R1ShapeScaleDiscrete gammaDistribution2)
Generate a Random Number that follows the F Distribution