Curve Fitter<T>.Scale Vector Property
Gets or sets the vector used to scale the curve parameters.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public Vector<T> ScaleVector { get; set; }
Property Value
Vector<T>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.