adaptive-cubature-0.1.1.0: Multidimensional integration
Safe HaskellSafe-Inferred
LanguageHaskell2010

Numerical.Cubature

Synopsis

Documentation

cubature Source #

Arguments

:: Char

cubature version, h or p

-> ([Double] -> Double)

integrand

-> Int

dimension (number of variables)

-> [Double]

lower limits of integration

-> [Double]

upper limits of integration

-> Double

desired relative error

-> IO Result

output: integral value and error estimate

Multivariate integration on an axis-aligned box.

data Result Source #

Constructors

Result 

Fields

Instances

Instances details
Show Result Source # 
Instance details

Defined in Numerical.Cubature