Uses of Class
org.drip.measure.gamma.ShapeScaleParameters
Package | Description |
---|---|
org.drip.measure.gamma |
R1 Gamma Distribution Implementation/Properties
|
-
Uses of ShapeScaleParameters in org.drip.measure.gamma
Methods in org.drip.measure.gamma that return ShapeScaleParameters Modifier and Type Method Description ShapeScaleParameters
R1ConsistentEstimator. inferShapeScaleParameter()
Infer the Shape-Scale Parameter from the ObservationsShapeScaleParameters
R1MaximumLikelihoodEstimator. inferShapeScaleParameter()
Infer the Shape-Scale Parameter from the Observationsabstract ShapeScaleParameters
R1ParameterEstimator. inferShapeScaleParameter()
Infer the Shape-Scale Parameter from the ObservationsShapeScaleParameters
R1ShapeScaleDistribution. shapeScaleParameters()
Retrieve the Shape-Scale ParametersConstructors in org.drip.measure.gamma with parameters of type ShapeScaleParameters Constructor Description R1ShapeScaleDistribution(ShapeScaleParameters shapeScaleParameters, R1ToR1 gammaEstimator, R1ToR1 digammaEstimator, R2ToR1 lowerIncompleteGammaEstimator)
R1ShapeScaleDistribution Constructor