Learn R Programming

simIDM (version 0.1.0)

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.