View source: R/counterFactuals.R
get_y_t | R Documentation |
y_t=\mu_{y,t} + B_{y,t}e_t
for a single time periodget_y_t
computes the observation y_t=\mu_{y,t} + B_{y,t}e_t
for a single time period
based on the conditional mean, impact matrix, and shock vector.
get_y_t(mu_yt, B_yt, e_t)
mu_yt |
a |
B_yt |
a |
e_t |
a |
This is used in simulation of the counterfactual scenarios.
Returns the (d \times 1)
vector of observations for the time period t
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.