Calculation of historical decomposition for an identified SVAR object 'svars' derived by function id.st( ), id.cvm( ),id.cv( ),id.dc( ) or id.ngml( ).
Usage
hd(x, series = 1, transition = 0)
Value
A list with class attribute "hd" holding the historical decomposition as data frame.
Arguments
x
SVAR object of class "svars"
series
Integer. indicating the series that should be decomposed.
transition
Numeric. Value from [0, 1] indicating how many initial values should be discarded, i.e., 0.1 means that the first 10 per cent observations of the sample are considered as transient.