Explanatories: IEmSeriesList;
Explanatories: Prognoz.Platform.Interop.Modeller.IEmSeriesList;
The Explanatories property returns the number of explanatory series.
The number of explanatory series (m) must satisfy the inequality: 0 < m < n-1 for the model with constant and formula: 0 < m < n for the model without constant, where n is the number of observations in the explanatory series.
Explanatory series determines the IEmRedundantVariablesTestSettings.Explained property, whether model has a constant - IEmRedundantVariablesTestSettings.HasConstant.
The property use is given in the example for IEmRedundantVariablesTestSettings.Explained.
See also: