The ISlPDLTermCollection interface is used to work with a collection of lag variables.
Each element of the collection is implemented by the ISlPDLTerm interface that enables the user to set lag variable and define its parameters.
The collection of lag variables is returned by the ISmLinearRegress.PDLTermCollection property.
Property name | Brief description | |
Count | The Count property returns the number of variables in a collection. | |
Item | The Item method returns a variable from the collection based on its index. |
Method name | Brief description | |
Add | The Add method adds variable to the collection. | |
Clear | The Clear method clears a collection of lag variables. | |
Remove | The Remove method deletes a variable from the collection based on its index. |
See also: