Description Usage Arguments Details Value See Also Examples
Romberg's adaptive integration
1 |
f |
function to integrate |
a |
the lowerbound of integration |
b |
the upperbound of integration |
m |
the maximum number of iterations |
tab |
if |
The romberg function uses Romberg's rule to calculate the
integral of the function f over the interval from a
to b. The parameter m sets the number of intervals
to use when evaluating. Additional options are passed to the
function f when evaluating.
the value of the integral
Other integration:
adaptint(),
gaussint(),
giniquintile(),
mcint(),
midpt(),
revolution-solid,
simp38(),
simp(),
trap()
Other newton-cotes:
adaptint(),
giniquintile(),
midpt(),
simp38(),
simp(),
trap()
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.