ISlPDLTerm

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat;

Description

The ISlPDLTerm interface is used to work with lag variable.

Inheritance Hierarchy

          ISlPDLTerm

Comments

Lag variables are used to analyze correlation dependencies between series in time. For details see the Distributed Lags Model section in library of methods and models.

Properties

  Property name Brief description
The BetaCoefficients property returns lag variable coefficients.
The EstimatesSum property returns sum of lag variables coefficients.
The Explanatory property returns lag variable.
The InitValues property determines initial approximations of lag variable.
The LagLengthK property determines length of variable lag.
The PDLConstraint property determines summand cutoff method for lag variable.
The PolinomialDegreeP property returns degree of approximation polynomial for lag variable.
The StdErrSum property returns sum of lag variables' standard errors.
The TStatSum property returns sum of lag variables' t-statistics.

See also:

Stat Assembly Interfaces | Distributed lags model