CurveFitter<T>.ScaleVector Property
Gets or sets the vector used to scale the curve parameters.
DefinitionPermalink
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.1.0
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.1.0
public Vector<T> ScaleVector { get; set; }
Property ValuePermalink
Vector<T>RemarksPermalink
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.