Gompertz Curve.Displacement Property
Gets or sets the displacement parameter (b).
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 Displacement { get; set; }Property Value
DoubleRemarks
The displacement parameter shifts the curve along the x-axis. Larger values shift the curve to the right.
This value corresponds to the second parameter of the curve.