IRIS Toolbox Reference Manual

sstate

Compute steady state or balance-growth path of the model

Syntax

[M,Flag] = sstate(M,...)

Input arguments

Output arguments

Options

Options for non-linear models
Options for linear models

Description

Note that for backward compatibility, the option 'growth=' is set to false by default so that either the model is assumed stationary or the steady-state growth rates have been already pre-assigned to the model object. To use the sstate function for computing both the steady-state levels and steady-state growth rates in a balanced-growth model, you need to set the option 'growth=' true.

Example