Gompertz Curve.Offset Property
Gets or sets the baseline offset (C).
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 Offset { get; set; }Property Value
DoubleRemarks
The baseline offset is the lower asymptote of the curve. It represents the value the curve approaches as x approaches negative infinity.
This value corresponds to the fourth parameter of the curve.