This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Romberg integration using samples of a function.
Parameters : | y : array_like
dx : array_like, optional
axis : array_like?, optional
show : bool, optional
|
---|---|
Returns : | ret : array_like?
|