IRIS Toolbox Reference Manual

xasymptote

Set or get asymptotic assumptions for exogenous inputs

Syntax

V = xasymptote(V,X0)
X = xasymptote(V)

Input arguments

Output arguments

Description

The asymptotic assumptions for exogenous inputs are used in the following contexts:

If any of the three dimensions of the vector/matrix X0 is size 1, it will be automatically expanded to its appropriate size.

The asymptotic assumptions are reset to NaN each time the VAR object is estimated using the function estimate.

Example