cwhmisc-internal {cwhmisc}R Documentation

Internal cwhmisc functions

Description

Internal cwhmisc functions

Usage

adaptsimstp(f,a,b,fa,fm,fb,is,trace,...) 
adaptlobstp(f,a,b,fa,fb,is,trace,...)
trigrid(grid = FALSE)

Arguments

f function to be integrated.
a starting abscissa of integral.
b ending abscissa of integral.
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.
grid Plot the grid: TRUE or FALSE

Details

These functions are not to be called by the user.

Value

The approximate value of the integral.

Author(s)

Christian W. Hoffmann <c-w.hoffmann@sunrise.ch>
http://www.wsl.ch/personal_homepages/hoffmann/index_EN


[Package cwhmisc version 2.0.1 Index]