NonlinearCurveFitter<T>.WeightVector Property

Gets or sets the weight vector.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<double> WeightVector { get; set; }

Property Value

Vector<Double>

Remarks

If the weight vector is null, all weights are assumed to be equal to 1.

See Also