Learn R Programming

cwhmisc (version 3.0)

cwhmisc-internal: Internal cwhmisc functions

Description

Internal cwhmisc functions

Usage

adaptsimstp(f,term,a,b,fa,fm,fb,is,trace,...)
adaptlobstp(f,term,a,b,fa,fb,is,trace,...)

Arguments

f
function to be integrated.
term
starting abscissa of integral.
a
left abscissa of integral.
b
reight abscissa of integral, b > a.
fa
=f(a).
fb
=f(b).
fm
=f((a+b)/2).
is
used for stopping at a suitable multiple of the machine precision.
trace
if TRUE then trace will be displayed.
...
additional coefficients for function f if necessary.

Value

  • The approximate value of the integral.

Details

These functions are not to be called by the user.