ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This module contains a collection of interesting or challenging integrands for testing or examining the integration routines of the ParaMonte library.
More...
Data Types | |
interface | get_proc |
This is the abstract interface of the get() type-bound procedure of integrand_type class whose arguments of type real are of the highest precision kind RKH, made available by the processor. More... | |
type | int1_type |
This is the derived type for generating test integrand objects of the algebraic form as described below. More... | |
type | int2_type |
This is the derived type for generating test integrand objects of algebraic form as described below. More... | |
type | int3_type |
This is the derived type for generating test integrand objects of algebraic form as described below. More... | |
type | int4_type |
This is the derived type for generating test integrand objects of the following algebraic form. More... | |
type | int5_type |
This is the derived type for generating test integrand objects of the following algebraic form. More... | |
type | int6_type |
This is the derived type for generating test integrand objects of the following algebraic form. More... | |
type | int7_type |
This is the derived type for generating test integrand objects of the following algebraic form. More... | |
type | int8_type |
This is the derived type for generating test integrand objects of the following algebraic form. More... | |
type | int9_type |
This is the derived type for generating test integrand objects of the following algebraic form. More... | |
type | intCauchy1_type |
This is the derived type for generating test integrand objects of the algebraic form as described below, whose Cauchy Principal Value is to be computed. More... | |
type | intCauchy2_type |
This is the derived type for generating test integrand objects of the algebraic form as described below, whose Cauchy Principal Value is to be computed. More... | |
type | intDoncker1_type |
This is the derived type for generating test integrand objects of algebraic form as described below. More... | |
type | intDoncker2_type |
This is the derived type for generating test integrand objects of algebraic form as described below. More... | |
type | integrand_type |
This is the base type integrand_type standing abstract integrand type to generate a variety of integration test functions.More... | |
type | intGamUpp_type |
This is the derived type for generating test integrand objects of the following algebraic form. More... | |
type | intGenExpGammaPDF_type |
This is the derived type for generating test integrand objects of the Probability Density Function of the GenExpGamma distribution. More... | |
type | intLogNormPDF_type |
This is the derived type for generating test integrand objects of the Probability Density Function of the Lognormal distribution. More... | |
type | intNormPDF_type |
This is the derived type for generating test integrand objects of the Probability Density Function of the Normal distribution. More... | |
type | intPentaGammaInf_type |
This is the derived type for generating test integrand objects of the sum of five Probability Density Functions of the Gamma distribution. More... | |
type | intSinCos_type |
This is the derived type for generating test integrand objects of the trigonometric form as described below. More... | |
interface | test_getQuadErr |
Run the adaptive global quadrature methods for the specified input integrand object. More... | |
interface | test_isFailedQuad |
Run the adaptive global quadrature methods for the specified input integrand object. More... | |
Variables | |
character(*, SK), parameter | MODULE_NAME = "@pm_quadTest" |
This module contains a collection of interesting or challenging integrands for testing or examining the integration routines of the ParaMonte library.
The routines to be tested include but are not limited to those of
All test integrands are wrapped in a derived type of the base abstract class integrand_type.
real
kinds in this module are set to the highest precision available.real
kinds.real
kind is also highly inefficient computationally.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
character(*, SK), parameter pm_quadTest::MODULE_NAME = "@pm_quadTest" |
Definition at line 64 of file pm_quadTest.F90.