ISlInfluence.InfluenceRate

Syntax

InfluenceRate: Double;

Description

The InfluenceRate property returns the rate of explanatory series value's influence on the explained series value.

Comments

This property returns a value that lies in the range [0; 100]. The influencing value of the explanatory series is returned by the ISlInfluence.ExplanatoryValue property. Influenced value of the explained series is returned by the ISlInfluence.ExplainedValue property.

Example

The property use is given in the example for ISmNaiveBayes.KeyInfluence.

See also:

ISlInfluence