Assembly: Stat;
The ISlGDLTerms interface is used to set parameters of estimating Koyck distributed lags.
ISlGDLTerms
Koyck distributed lags are used in linear regression model (OLS estimation). Use the ISmLinearRegress.GDLTerms property to get parameters of distributed lags calculation.
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: