Description Usage Arguments Value
View source: R/wght_functions.R
Takes the derivative of the wght_calc
function with respect to each
parameter in params
.
1 2 3 4 5 6 7 | wght_deriv_calc(
integrand,
parameters,
allocation,
integrate_allocation = TRUE,
...
)
|
integrand |
function to pass to the argument 'f' of |
parameters |
vector of parameter values |
allocation |
the allocation ratio for which to compute the weight |
integrate_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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.