Curve Fitter.Weight Vector Property
Gets or sets the weight vector.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.