ISmVectorAutoRegress.ImpulsePeriod

Syntax

ImpulsePeriod: Integer;

Description

The ImpulsePeriod property determines the period for an impulse function.

Comments

If both ImpulseAROrder and ImpulsePeriod properties are defined, values of the ISlEquation.AutoRegressionOrder parameter is ignored, and the model is calculated with the autoregression order 1, 2, 3, … ImpulseAROrder, and a matrix of values for the impulse response function ISlEquation.ImpulseMatrix is also calculated.

Example

The property use is given in the example for ISmVectorAutoRegress.ImpulseAROrder.

See also:

ISmVectorAutoRegress