integrateVector {simIDM}R Documentation

Helper for Efficient Integration

Description

Helper for Efficient Integration

Usage

integrateVector(integrand, upper, ...)

Arguments

integrand

(function)
to be integrated.

upper

(numeric)
upper limits of integration.

...

additional arguments to be passed to integrand.

Value

This function returns for each upper limit the estimates of the integral.


[Package simIDM version 0.1.0 Index]