Description Usage Arguments Details Value
View source: R/calc_CES_marginals.R
Calculate marginals on the REMIND CES function and combine them to prices.
1 | calc_CES_marginals(gdxName, id = "file")
|
gdxName |
Vector of paths to |
id |
If several |
Marginals are calculated analytically
\frac{\partial V_i}{\partial V_o} = ξ_i (θ_i δ_i)^{ρ_o} {V_o}^{1 - ρ_o} {V_i}^{ρ_o - 1}
and prices by recursively applying the chain rule
π_i = \frac{\partial V_i}{\partial V_o} π_o \quad \forall (i,o) \in CES
A data frame with columns pf (production factor), t, regi,
marginal, price, and file (path to originating .gdx file).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.