Uses of Class
org.drip.numerical.integration.QuadratureEstimator
| Package | Description |
|---|---|
| org.drip.numerical.integration |
R1 Rd Numerical Integration Schemes
|
-
Uses of QuadratureEstimator in org.drip.numerical.integration
Subclasses of QuadratureEstimator in org.drip.numerical.integration Modifier and Type Class Description classNestedQuadratureEstimatorNestedQuadratureEstimator extends the R1 Quadrature Estimator by providing the Estimation Error.Methods in org.drip.numerical.integration that return QuadratureEstimator Modifier and Type Method Description QuadratureEstimatorNestedQuadratureEstimator. embeddedQuadratureEstimator()Retrieve the Embedded Quadrature Estimatorstatic QuadratureEstimatorGaussLegendreQuadratureGenerator. FivePoint(double left, double right)Generate the Five Point Gauss Legendre Quadrature over [a, b] onto [-1, +1]static QuadratureEstimatorGaussLegendreQuadratureGenerator. FivePoint(AbscissaTransform abscissaTransformer)Generate the Five Point Gauss Legendre Quadrature over [-1, +1]static QuadratureEstimatorGaussLobattoQuadratureGenerator. FivePoint(double left, double right)Generate the Five Point Gauss Legendre Quadrature over [a, b] onto [-1, +1]static QuadratureEstimatorGaussLobattoQuadratureGenerator. FivePoint(AbscissaTransform abscissaTransformer)Generate the Five Point Gauss Lobatto Quadrature over [-1, +1]static QuadratureEstimatorGaussLegendreQuadratureGenerator. FourPoint(double left, double right)Generate the Four Point Gauss Legendre Quadrature over [a, b] onto [-1, +1]static QuadratureEstimatorGaussLegendreQuadratureGenerator. FourPoint(AbscissaTransform abscissaTransformer)Generate the Four Point Gauss Legendre Quadrature over [-1, +1]static QuadratureEstimatorGaussLobattoQuadratureGenerator. FourPoint(double left, double right)Generate the Four Point Gauss Legendre Quadrature over [a, b] onto [-1, +1]static QuadratureEstimatorGaussLobattoQuadratureGenerator. FourPoint(AbscissaTransform abscissaTransformer)Generate the Four Point Gauss Lobatto Quadrature over [-1, +1]static QuadratureEstimatorGaussKronrodQuadratureGenerator. G7(double left, double right)Generate the Nested/Embedded G7 Gaussian Quadrature over (a, b) onto (-1, +1)static QuadratureEstimatorGaussKronrodQuadratureGenerator. G7(AbscissaTransform abscissaTransformer)Generate the Nested/Embedded G7 Gaussian Quadrature over (0, +1)static QuadratureEstimatorNewtonCotesQuadratureGenerator. GaussHermite(int intermediatePointCount)Generate the Newton-Cotes Quadrature for the Gauss-Hermite Indefinite Integral over (-Infinity, +Infinity)static QuadratureEstimatorNewtonCotesQuadratureGenerator. GaussLaguerreLeftDefinite(double left, int intermediatePointCount)Generate the Newton-Cotes Quadrature for the Gauss-Laguerre Left-Definite Integral over (a, +Infinity)static QuadratureEstimatorNewtonCotesQuadratureGenerator. GaussLaguerreRightDefinite(double right, int intermediatePointCount)Generate the Newton-Cotes Quadrature for the Gauss-Laguerre Left-Definite Integral over (-Infinity, a)static QuadratureEstimatorGaussKronrodQuadratureGenerator. K15(double left, double right)Generate the K15 Gaussian Quadrature over (a, b) onto (-1, +1)static QuadratureEstimatorGaussKronrodQuadratureGenerator. K15(AbscissaTransform abscissaTransformer)Generate the K15 Gaussian Quadrature over (0, +1)static QuadratureEstimatorNewtonCotesQuadratureGenerator. MinusOne_PlusOne(double left, double right, int intermediatePointCount)Generate the Newton-Cotes of Equally Spaced Quadrature over (a, b) onto (-1, +1)static QuadratureEstimatorNewtonCotesQuadratureGenerator. MinusOne_PlusOne(AbscissaTransform abscissaTransformer, int intermediatePointCount)Generate the Newton-Cotes of Equally Spaced Quadrature over (-1, +1)static QuadratureEstimatorGaussLegendreQuadratureGenerator. OnePoint(double left, double right)Generate the One Point Gauss Legendre Quadrature over [a, b] onto [-1, +1]static QuadratureEstimatorGaussLegendreQuadratureGenerator. OnePoint(AbscissaTransform abscissaTransformer)Generate the One Point Gauss Legendre Quadrature over [-1, +1]static QuadratureEstimatorGaussLobattoQuadratureGenerator. SevenPoint(double left, double right)Generate the Seven Point Gauss Legendre Quadrature over [a, b] onto [-1, +1]static QuadratureEstimatorGaussLobattoQuadratureGenerator. SevenPoint(AbscissaTransform abscissaTransformer)Generate the Seven Point Gauss Lobatto Quadrature over [-1, +1]static QuadratureEstimatorGaussLobattoQuadratureGenerator. SixPoint(double left, double right)Generate the Six Point Gauss Legendre Quadrature over [a, b] onto [-1, +1]static QuadratureEstimatorGaussLobattoQuadratureGenerator. SixPoint(AbscissaTransform abscissaTransformer)Generate the Six Point Gauss Lobatto Quadrature over [-1, +1]static QuadratureEstimatorGaussLegendreQuadratureGenerator. ThreePoint(double left, double right)Generate the Three Point Gauss Legendre Quadrature over [a, b] onto [-1, +1]static QuadratureEstimatorGaussLegendreQuadratureGenerator. ThreePoint(AbscissaTransform abscissaTransformer)Generate the Three Point Gauss Legendre Quadrature over [-1, +1]static QuadratureEstimatorGaussLobattoQuadratureGenerator. ThreePoint(double left, double right)Generate the Three Point Gauss Legendre Quadrature over [a, b] onto [-1, +1]static QuadratureEstimatorGaussLobattoQuadratureGenerator. ThreePoint(AbscissaTransform abscissaTransformer)Generate the Three Point Gauss Lobatto Quadrature over [-1, +1]static QuadratureEstimatorGaussLegendreQuadratureGenerator. TwoPoint(double left, double right)Generate the Two Point Gauss Legendre Quadrature over [a, b] onto [-1, +1]static QuadratureEstimatorGaussLegendreQuadratureGenerator. TwoPoint(AbscissaTransform abscissaTransformer)Generate the Two Point Gauss Legendre Quadrature over [-1, +1]static QuadratureEstimatorNewtonCotesQuadratureGenerator. Zero_PlusOne(double left, double right, int intermediatePointCount)Generate the Newton-Cotes of Equally Spaced Quadrature over (a, b) onto (0, +1)static QuadratureEstimatorNewtonCotesQuadratureGenerator. Zero_PlusOne(AbscissaTransform abscissaTransformer, int intermediatePointCount)Generate the Newton-Cotes of Equally Spaced Quadrature over (0, +1)Constructors in org.drip.numerical.integration with parameters of type QuadratureEstimator Constructor Description NestedQuadratureEstimator(AbscissaTransform abscissaTransformer, Array2D nodeWeightArray, QuadratureEstimator embeddedQuadratureEstimator)NestedQuadratureEstimator Constructor