powered by
CES function, e.g. alpha * (beta1 * (x1 / theta1)^sigma + beta2 * (x2 / theta2)^sigma)^(1 / sigma).
CES(sigma, alpha, beta, x, theta = NULL)
the sigma coefficient.
the alpha coefficient.
a vector consisting of the beta coefficients.
a vector consisting of the inputs.
a vector consisting of the theta coefficients.
The output or utility level.
# NOT RUN { CES(1, 1, c(0.4, 0.6), c(1, 1), c(0.4, 0.6)) # }
Run the code above in your browser using DataLab