load_params_and_steady_state

load_params_and_steady_state — loads the values of the parameters and of the steady-state from a file

Synopsis

load_params_and_steady_state FILENAME ;

Description

For all parameters, endogenous and exogenous variables, loads their value from a file created with save_params_and_steady_state.

  • for parameters, their value will be initialized as if they had been calibrated in the .mod file

  • for endogenous and exogenous, their value will be initialized as they would have been from an initval block

This function is used in conjunction with save_params_and_steady_state; see the documentation of that function for more information.