UseDefaultInitValues: Boolean;
UseDefaultInitValues: boolean;
The UseDefaultInitValues property determines whether primary default approximations are used.
Available values:
True. Default value. Default initial approximations are used for calculation. Initial approximations for coefficients and constant are equal to zero.
False. Initial approximations set by the user in the IMsBinaryRegressionTransform.Explanatories.Item(i).InitValue property are used for calculation. If constant value is estimated in the model, the initial approximations are also set in the IMsBinaryRegressionTransform.ConstantInitValue property.
The property use is given in the example for IMsBinaryRegressionTransform.BinaryDistr.
See also: