trapezoidal: Trapezoidal rule for numrical integration.

Description Usage Arguments Details Value Author(s)

View source: R/numericalintegration.R

Description

Implementation of the trapezoidal rule for the numerical integration of uni- and bivariate functions.

Usage

1
trapezoidal(f, a, b, n, ...)

Arguments

f

bivariate function.

a

lower bound of the grid.

b

upper bound of the grid.

n

grid size.

...

trick for evaluating the second parameter in case a bivariate functions was supplied.

Details

details follow

Value

vector or matrix of function evaluations use sum to obtain the integrand.

Author(s)

Maarten van Iterson


SSPA documentation built on Nov. 8, 2020, 5:50 p.m.