CurveFitter.WeightVector Property

Gets or sets the weight vector.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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