ISmBinaryModel.ModelCoefficients

Syntax

ModelCoefficients: IModelCoefficients;

Description

The ModelCoefficients property returns parameters of model coefficients.

Comments

To get calculated summary statistics, use the ISmBinaryModel.SummaryStatistics property.

Model coefficients are coefficients of the factors and constant value.

Example

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

See also:

ISmBinaryModel