Compute the derivative(s) of a weight
Takes the derivative of the wght_calc
function with respect to each parameter in params
.
wght_deriv_calc( integrand, parameters, allocation, integrate_allocation = TRUE, ... )
integrand
: function to pass to the argument 'f' of integrate
.parameters
: vector of parameter valuesallocation
: the allocation ratio for which to compute the weightintegrate_allocation
: Indicator of whether the integrand function uses the allocation parameter. Defaults to TRUE....
: other arguments passed to integrand.vector of derivatives with respect to element of params
Useful links