Weights: Array;
The Weights property sets weights for observations.
The property is outdated. Use ISmLinearRegress.GLSMatrix.
Weights are set by the array that has the number of elements matching the number of elements in the explained series. The ISmLinearRegress.UseWeights property indicates whether weights are used.
Weights are considered only for the basic linear regression model, that is, for a model without autoregression, moving average, or Koyck lags.
The property use is given in the example for ISmLinearRegress.Fitted.
See also: