UseDefaultInitValues: Boolean;
The UseDefaultInitValues property determines whether default initial approximations are used.
Available values:
True. Default value. Default initial approximations are used for calculation.
False. Custom initial approximations are used for calculation. Initial values for explanatory series are set by means of the ISlSerie.InitValue property, for constant - by means of the IIntercept.InitValue property.
The property use is given in the example for ISmBinaryModel.CovarianceMatrix.
See also: