Gets the shape parameter for the distribution.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference