View source: R/simulation_old.R View source: R/simulation.R
systemOfEqs | R Documentation |
Takes in guess for parameter vector and spits out system of equations to be optimized
systemOfEqs(theta, beta)
theta |
guess for parameter vector (in this case vector of exogenous variables) |
beta |
calibrated parameters let theta = (L,M,Pi,Ph,S,Y,lambda,mu,) let beta = (beta_L, beta_M, v, sigma_CES, sigma, epsilon, N, N_h, rho_L, sigma_L, rho_M, sigma_M, rho_D, sigma_D) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.