GammaDistributionShapeParameter Property |
The maximum-likelihood estimate found for the gamma shape
parameter.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double ShapeParameter { get; }
Public Overridable ReadOnly Property ShapeParameter As Double
Get
public:
virtual property double ShapeParameter {
double get ();
}
abstract ShapeParameter : float with get
override ShapeParameter : float with get
Property Value
Type:
Double
A
double representing the maximum-likelihood
estimate found for the gamma shape parameter.
See Also