Description Usage Arguments Value
View source: R/midpoint_composite.R
This function implements the midpoint composite rule for numerical integration
1 | midpoint_composite(f, a, b, n)
|
f |
a function |
a |
the lower bound |
b |
the upper bound |
n |
the amount of intervals we divide the interval [ |
an estimation of the integral of f over [a
, b
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.