Gets the shape parameter for the distribution.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double ShapeParameter { get; }
Public ReadOnly Property ShapeParameter As Double
Get
public:
property double ShapeParameter {
double get ();
}
member ShapeParameter : float with get
Property Value
Type:
DoubleThe shape parameter for the distribution.
The shape parameter of a gamma distribution is sometimes called the order.
This property is read-only.
Reference