The maximum-likelihood estimate found for the gamma scale parameter.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double ScaleParameter { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ScaleParameter As Double
Visual C++
public:
virtual property double ScaleParameter {
	double get ();
}

Field Value

A double representing the maximum-likelihood estimate found for the gamma scale parameter.

See Also