powered by
Convert a matrix of 100*(1-alpha) % prior probability intervals for the steady states to prior moments.
100*(1-alpha)
interval_to_moments(prior_psi_int, alpha = 0.05)
Matrix of size (n_determ*n_vars) * 2 with the prior 95 % prior probability intervals.
(n_determ*n_vars) * 2
100*(1-alpha) is the prior probability of the interval
A list with two components:
The prior mean of psi
The prior covariance matrix of psi
# NOT RUN { prior_intervals <- matrix(c(0.1, 0.2, 0.4, 0.6), ncol = 2, byrow = TRUE) psi_moments <- interval_to_moments(prior_intervals) # }
Run the code above in your browser using DataLab