intgrat {bsamGP} | R Documentation |
Numerical integration using a simple Trapezoidal rule
Description
Trapezoidal rule is a technique for approximating the definite integral.
Usage
intgrat(f, delta)
Arguments
f |
Function values to be integrated. |
delta |
Spacing size. |
Value
intgrat
returns the value of the intergral.
[Package bsamGP version 1.2.5 Index]