Module net.finmath.lib
Package net.finmath.integration
package net.finmath.integration
Provides algorithms for numerical integration and wrappers to libraries with algorithms for numerical integration.
- Author:
- Christian Fries
-
Interface Summary
-
Class SummaryClassDescriptionA real integral with lower and upper integration bounds.A simple integrator using Monte-Carlo integration.A piecewise constant
DoubleUnaryOperator
\( f : \mathbb{R} \rightarrow \mathbb{R} \) with exact calculation of the integral \( \int_{a}^{b} f(x) dx \) for given bounds \( a, b \).Implements a Romberg integrator.A simple integrator using Simpson's rule.A simple integrator using the trapezoidal rule.