Weibull Cdf Curve.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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public double Shape { get; set; }Property Value
DoubleRemarks
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.