Description Usage Arguments Value
View source: R/distributions.R
Expected net benefits for a country that invests in a certain portfolio.
This function is typically called by portfolioPriceTaker()
, which contains
pre-processing of relevant inputs.
1 2 3 4 5 6 7 8 9 10 | countryNetBenefits(
capacities,
dcandidate,
targetPermutations,
dplatforms,
grid = 1,
price,
par,
lambda = 1
)
|
capacities |
Vector of capacities for each candidate |
dcandidate |
|
targetPermutations |
|
dplatforms |
|
grid |
Size of the capacity grid |
price |
Price per vaccine / year |
par |
|
lambda |
Lagrange multiplier. Should be one, unless trying to solve problem with constrained budget. |
Expected benefits for the country
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.