IMsPDLCoefficients

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsPDLCoefficients interface is used to work with lag variable coefficient.

Inheritance Hierarchy

          ICoefficients

          IMsPDLCoefficients

Comments

Before getting the coefficients they must be identified. Use IMsStochasticMethod.Identify.

Properties

  Property name Brief description
The EstimatesSum property returns sum of coefficients.
The StdErrSum property returns sum of standard errors.
The TStatSum  property returns sum of t-statistics.

Properties inherited from ICoefficients

  Property name Brief description
The Estimate property returns an array of estimated values of model coefficients.
The Probability property returns an array of values of coefficient probabilities.
The StandardError property returns an array of values of standard coefficient errors.
The TStatistic property returns an array of values of coefficient t-statistics.

See also:

Ms Assembly Interfaces