ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_mathBeta.F90 File Reference

Go to the source code of this file.

Data Types

interface  pm_mathBeta::getLogBeta
 Generate and return the natural logarithm of the Beta Function \(\mathrm{B}(\alpha, \beta)\) as defined in the details section of pm_mathBeta. More...
 
interface  pm_mathBeta::getBetaInc
 Generate and return the regularized Incomplete Beta Function \(I_x(\alpha, \beta)\) as defined in the details section of pm_mathBeta. More...
 
interface  pm_mathBeta::setBetaInc
 Return the regularized Incomplete Beta Function \(I_x(\alpha, \beta)\) as defined in the details section of pm_mathBeta. More...
 
interface  pm_mathBeta::getBetaInv
 Generate and return the regularized Inverse Incomplete Beta Function \(I_x(\alpha, \beta)\) as defined in the details section of pm_mathBeta. More...
 
interface  pm_mathBeta::setBetaInv
 Return the regularized Inverse Incomplete Beta Function \(I_x(\alpha, \beta)\) as defined in the details section of pm_mathBeta. More...
 

Modules

module  pm_mathBeta
 This module contains classes and procedures for computing the mathematical Beta Function and its inverse.
 

Variables

character(*, SK), parameter pm_mathBeta::MODULE_NAME = "@pm_mathBeta"