UseWeights: Boolean;
The UseWeights property determines whether to use the specified weights.
Available values:
True. Weights are used. Weights values are determined by the ISmLinearRegress.Weights property. 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: