InfluenceRate: Double;
The InfluenceRate property returns the rate of explanatory series value's influence on the explained series value.
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.
The property use is given in the example for ISmNaiveBayes.KeyInfluence.
See also: