CurveFitter.ScaleVector Property

Gets or sets the vector used to scale the curve parameters.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> ScaleVector { get; set; }

Property Value

Vector<Double>

Remarks

The components of this vector should indicate the expected order of magnitude of each of the corresponding parameters. Dividing each parameter by the corresponding component of the scale vector should give a result close to one.

See Also