WeibullCdfCurve.Shape Property

Gets or sets the shape parameter (k).

Definition

Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public double Shape { get; set; }

Property Value

Double

Remarks

The shape parameter determines the failure rate behavior: k < 1 indicates decreasing failure rate (infant mortality), k = 1 indicates constant failure rate (exponential distribution, random failures), k > 1 indicates increasing failure rate (wear-out failures).

This value corresponds to the third parameter of the curve.

See Also