ISlInfluence

Assembly: 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
ExplainedValue

The ExplainedValue property returns the influenced value of the explained series.
ExplanatoryId

The ExplanatoryId property returns number of the explanatory series.
ExplanatoryValue

The ExplanatoryValue property returns the influencing value of the explanatory series.
InfluenceRate

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

See also:

Stat Assembly Interfaces