P = autoexogenise(P,List,Dates)
P = autoexogenise(P,List,Dates,Sigma)
P
[ plan ] - Simulation plan.
List
[ cellstr | char | @all
] - List of variables that will be exogenised; these variables must have their corresponding shocks assigned, see !autoexogenise
; @all
means all autoexogenised variables defined in the model object will be exogenised.
Dates
[ numeric ] - Dates at which the variables will be exogenised.
Sigma
[ 1
| 1i
| numeric ] - Anticipation mode (real or imaginary) for endogenized shocks, and their numerical weight (used in underdetermined simulation plans); if omitted, Sigma = 1
.
P
[ plan ] - Simulation plan with new information on exogenised variables and endogenised shocks included.