ISlGDLTerms

Assembly: Stat;

Description

The ISlGDLTerms interface is used to set parameters of estimating Koyck distributed lags.

Inheritance Hierarchy

          ISlGDLTerms

Comments

Koyck distributed lags are used in linear regression model (OLS estimation). Use the ISmLinearRegress.GDLTerms property to get parameters of distributed lags calculation.

Properties

  Property name Brief description
AllInitialValues

The AllInitialValues property sets initial values of model coefficients.
MaxIteration

The MaxIteration property sets the maximum number of iterations used to estimate Koyck distributed lags.
Tolerance

The Tolerance property determines estimation tolerance.
UseAnalyticDeriv

The UseAnalyticDeriv property determines whether analytical derivatives should be used.

See also:

Stat Assembly Interfaces | Geometric distributed lag model