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

Property Value

Double

Remarks

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.

See Also