ISlInfluence

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat;

Description

The ISlInfluence interface is used to work with characteristics of an influence on the dependent variable.

Inheritance Hierarchy

          ISlInfluence

Comments

Influencers effect on the dependent variable is estimated using the naive Bayesian classifier, implemented with the ISmNaiveBayes interface.

Properties

  Property name Brief description
The ExplainedValue property returns the influenced value of the explained series.
The ExplanatoryId property returns number of the explanatory series.
The ExplanatoryValue property returns the influencing value of the explanatory series.
The InfluenceRate property returns the rate of explanatory series value's influence on the explained series value.

See also:

Stat Assembly Interfaces