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_distGenGamma::distGenGamma_type |
This is the derived type for signifying distributions that are of type GenGamma as defined in the description of pm_distGenGamma. More... | |
interface | pm_distGenGamma::getGenGammaLogPDFNF |
Generate and return the natural logarithm of the normalization factor of the Probability Density Function (PDF) of the GenGamma distribution. More... | |
interface | pm_distGenGamma::getGenGammaLogPDF |
Generate and return the natural logarithm of the Probability Density Function (PDF) of the GenGamma distribution. More... | |
interface | pm_distGenGamma::setGenGammaLogPDF |
Return the natural logarithm of the Probability Density Function (PDF) of the GenGamma distribution. More... | |
interface | pm_distGenGamma::getGenGammaCDF |
Generate and return the Cumulative Distribution Function (CDF) of the Generalized Gamma distribution for an input x within the support of the distribution \(x \in (0,+\infty)\). More... | |
interface | pm_distGenGamma::setGenGammaCDF |
Return the Cumulative Distribution Function (CDF) of the Generalized Gamma distribution for an input x within the support of the distribution \(x \in (0,+\infty)\). More... | |
interface | pm_distGenGamma::setGenGammaRand |
Return a scalar or array of arbitrary rank of GenGamma-distributed random values with the specified shape and scale parameters \((\kappa, \omega, \sigma)\) of the Generalized Gamma distribution corresponding to the procedure arguments (kappa, omega, sigma) . More... | |
Modules | |
module | pm_distGenGamma |
This module contains classes and procedures for computing various statistical quantities related to the GenGamma distribution. | |
Variables | |
character(*, SK), parameter | pm_distGenGamma::MODULE_NAME = "@pm_distGenGamma" |