GaussianCurve.Offset Property

Gets or sets the offset of the Gaussian curve.

Definition

Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double Offset { get; set; }

Property Value

Double

Remarks

The offset is the constant term of the function. It is the limit of the function when x goes to infinity.

This value corresponds to the first parameter of the curve.

See Also