ISmBinaryModel.BinaryExplained

Syntax

BinaryExplained: Array;

BinaryExplained: System.Array;

Description

The BinaryExplained property determines an explained series.

Comments

Explanatory and explained series are set as a vector for a standard model and as a two-dimensional array for binary data model. Explained series can be set to 0 and 1, other values are ignored as a skip.

To get explanatory series, use the ISmBinaryModel.Explanatories property.

Fore and Fore.NET Examples

The property use is given in the example for ISmBinaryModel.ProbabilityUpperConfidenceLevel.

See also:

ISmBinaryModel