GeneralizedParetoDistribution.ShapeParameter Property

Gets the shape parameter for the distribution.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double ShapeParameter { get; }

Property Value

Double
The shape parameter for the distribution.

Remarks

The shape parameter of a gamma distribution is sometimes called the shape.

This property is read-only.

See Also