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