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.gammaMethods in org.drip.measure.gamma that return ShapeScaleParameters Modifier and Type Method Description ShapeScaleParametersR1ConsistentEstimator. inferShapeScaleParameter()Infer the Shape-Scale Parameter from the ObservationsShapeScaleParametersR1MaximumLikelihoodEstimator. inferShapeScaleParameter()Infer the Shape-Scale Parameter from the Observationsabstract ShapeScaleParametersR1ParameterEstimator. inferShapeScaleParameter()Infer the Shape-Scale Parameter from the ObservationsShapeScaleParametersR1ShapeScaleDistribution. 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