WeibullCdfCurve.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#
public double Scale { get; set; }

Property Value

Double

Remarks

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.

See Also