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