integrateVector: Helper for Efficient Integration
Description
Helper for Efficient Integration
Usage
integrateVector(integrand, upper, ...)
Value
This function returns for each upper limit the estimates of the integral.
Arguments
- integrand
(function
)
to be integrated.
- upper
(numeric
)
upper limits of integration.
- ...
additional arguments to be passed to integrand
.