Usage
ecd.integrate(object, f, lower, upper, ..., abs.tol = .Machine$double.eps^0.25, mpfr.qagi = TRUE, show.warning = TRUE)
Arguments
object
An object of ecd class. This object can be bare-boned.
f
An R function taking a numeric first argument and
returning a numeric vector of the same length.
Returning a non-finite element will generate an error.
lower
Numeric, the lower limit of integration. Can be infinite.
upper
Numeric, the upper limit of integration. Can be infinite.
...
Addtional arguments for f.
abs.tol
numeric, the suggested absolute tolerance.
mpfr.qagi
logical, to use quadpack qagi transformation for infinity.
show.warning
logical, to suppress warnings or not.