Back to index
ces
function ces(x1,x2,a,b) result(u) implicit none real(kind=8) :: x1,x2,a,b real(kind=8) :: u
This function aggregates x1 and x2with a CES function:
x1
x2
Internal dependencies: none