UseWeights: Boolean;
The UseWeights property determines whether to use the specified weights.
Available values:
True. Weight are used. The ISmLinearRegress.GLSMatrix property returns weights values. Weights are taken into account only for the basic linear regression model: that is, for a model without autoregression, moving average, lag variables, or Koyck lags;
False. Default value. Weight are not used.
The property use is given in the example for ISmLinearRegress.Fitted.
See also: