vdecomp |
g | Display combined graphs, with the decompositions for each variable shown in a graph. |
m | Display multiple graphs, with each response-component pair shown in a separate graph. |
t (default) | Show numerical results in table. |
imp=arg (default=“chol”) | Type of factorization for the decomposition: “chol” (Cholesky with d.f. correction), “mlechol” (Cholesky without d.f. correction), “struct” (structural). The structural factorization is based on the estimated structural VAR. To use this option, you must first estimate the structural decomposition; see
Var::svar. The option “imp=mlechol” is provided for backward compatibility with EViews 3.x and earlier. |
se=mcarlo | Monte Carlo standard errors. You must specify the number of replications with the “rep=” option. Currently available only when you have specified the Cholesky factorization (using the “imp=chol” option). |
rep=integer | Number of Monte Carlo replications to be used in computing the standard errors. Must be used with the “se=mcarlo” option. |
cilevels=arg (default = “0.95”) | Confidence interval coverage: space limited list of numbers between 0 and 1. |
uselines | Use lines instead of shading for confidence intervals. |
save=name | Save variance decomposition estimates in a named matrix. Grouping: Results are grouped by component, unless the byrsp keyword is used in which case results are grouped by response (decomposition). Filtering and sorting: Results are filtered and sorted according to response_series and component_series. |
savese=name | Save variance decomposition standard errors in a named matrix. No output will be generated if the SE/CI method is set to ‘None’. Grouping: Results are grouped by component, unless the byrsp keyword is used in which case results are grouped by response (decomposition). Filtering and sorting: Results are filtered and sorted according to response_series and component_series. |
saveci=name | Save variance decomposition confidence intervals in a named matrix. No output will be generated if the SE/CI method is set to ‘None’. Grouping: Results are grouped by component, unless the byrsp keyword is used in which case results are grouped by response (decomposition). Filtering and sorting: Results are filtered and sorted according to response_series and component_series. |
saverci=name | Save variance decomposition estimates and confidence intervals in a named matrix. Estimates are interleaved. No output will be generated if the SE/CI method is set to ‘None’. Grouping: Results are grouped by component, unless the byrsp keyword is used in which case results are grouped by response (decomposition). Filtering and sorting: Results are filtered and sorted according to response_series and component_series. |
savefse=name | Save forecast standard errors in a named matrix. Filtering and sorting: Results are filtered and sorted according to response_series. |
byrsp | Group results by response (decomposition) instead of by component. |
prompt | Force the dialog to appear from within a program. |
p | Print results. |
matbys=name | (1) Save variance decomposition estimates in a named matrix. (2) Save forecast standard errors in a named matrix. (3) Save variance decomposition standard errors in a named matrix, unless the SE/CI method is set to ‘None’. Grouping: Results are grouped by component. Filtering and sorting: Results are neither filtered nor sorted. User’s specifications for response_series and component_series are ignored and replaced with the VAR object’s endog_list. |
matbyr=name | (1) Save variance decomposition estimates in a named matrix. (2) Save forecast standard errors in a named matrix. (3) Save variance decomposition standard errors in a named matrix, unless the SE/CI method is set to ‘None’. Grouping: Results are grouped by response (decomposition). Filtering and sorting: Results are neither filtered nor sorted. User’s specifications for response_series and component_series are ignored and replaced with the VAR object’s endog_list. |