Skip to content

subsref (Model)

Subscripted reference for Model objects

Syntax for retrieving object with subset of parameter variants

 m(index)

Syntax for retrieving parameters or steady-state values

 m.name

Syntax to retrieve std deviations or cross-correlation of shocks

 m.std_shock
 m.corr_shock1__shock2

Note that a double underscore is used to separate the names of shocks in correlation coefficients.

Input Arguments

m [ Model ]

Model object.

index

Index (positional or logical) of requested parameterisations.

name

Name of a variable, shock, or parameter.

shock, shock1, shock2

Names of shocks.

Description

Examples