View source: R/util-cobb-douglas.R
util_cobb_douglas | R Documentation |
Cobb-Douglas utility function
util_cobb_douglas(
efficiency = NA_real_,
weights = double(),
homothetic = length(weights) == 0 || sum(weights) == 1
)
efficiency |
A scalar numeric of efficiency parameter. By default,
|
weights |
A numeric vector of weight parameters. By default, |
homothetic |
A logical scalar. By default, |
A util_cobb_douglas
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.