util_ces | R Documentation |
Constant elasticity of substitution (CES) utility function
util_ces(
substitution,
homogeneity = 1,
efficiency = NA_real_,
weights = double(),
homothetic = homogeneity == 1
)
util_ces2(
elasticity_of_substitution,
homogeneity = 1,
efficiency = NA_real_,
weights = double(),
homothetic = homogeneity == 1
)
substitution |
A scalar numeric of substitution parameter. |
homogeneity |
A scalar numeric of degree of homogeneity. By default,
|
efficiency |
A scalar numeric of efficiency parameter. |
weights |
A numeric vector of weights. |
homothetic |
A logical scalar. By default, |
elasticity_of_substitution |
A scalar numeric of elasticity of substitution. |
A util_ces
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.