Weibull Cdf Curve.Scale Property
Gets or sets the scale parameter (λ).
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 Scale { get; set; }Property Value
DoubleRemarks
The scale parameter, also called the characteristic life, is the time (or value) at which approximately 63.2% of the population has failed (or the event has occurred). It scales the x-axis and affects the location of the curve.
This value corresponds to the second parameter of the curve.