Gets the shape parameter for the distribution.

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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

Value

The shape parameter for the distribution.

Remarks

This property is read-only.