ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Data Types | |
type | pm_distExpGamma::distExpGamma_type |
This is the derived type for signifying distributions that are of type ExpGamma as defined in the description of pm_distExpGamma. More... | |
interface | pm_distExpGamma::getExpGammaLogPDFNF |
Generate and return the natural logarithm of the normalization factor of the Probability Density Function (PDF) of the ExpGamma distribution. More... | |
interface | pm_distExpGamma::getExpGammaLogPDF |
Generate and return the natural logarithm of the Probability Density Function (PDF) of the ExpGamma distribution. More... | |
interface | pm_distExpGamma::setExpGammaLogPDF |
Return the natural logarithm of the Probability Density Function (PDF) of the ExpGamma distribution. More... | |
interface | pm_distExpGamma::getExpGammaCDF |
Generate and return the Cumulative Distribution Function (CDF) of the ExpGamma distribution for an input x within the support of the distribution \(x \in (-\infty,+\infty)\). More... | |
interface | pm_distExpGamma::setExpGammaCDF |
Return the Cumulative Distribution Function (CDF) of the ExpGamma distribution for an input x within the support of the distribution \(x \in (-\infty,+\infty)\). More... | |
Modules | |
module | pm_distExpGamma |
This module contains classes and procedures for computing various statistical quantities related to the ExpGamma distribution. | |
Variables | |
character(*, SK), parameter | pm_distExpGamma::MODULE_NAME = "@pm_distExpGamma" |