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

Go to the source code of this file.

Data Types

type  pm_distGenExpGamma::distGenExpGamma_type
 This is the derived type for signifying distributions that are of type GenExpGamma as defined in the description of pm_distGenExpGamma. More...
 
interface  pm_distGenExpGamma::getGenExpGammaLogPDFNF
 Generate and return the natural logarithm of the normalization factor of the Probability Density Function (PDF) of the GenExpGamma distribution.
More...
 
interface  pm_distGenExpGamma::getGenExpGammaLogPDF
 Generate and return the natural logarithm of the Probability Density Function (PDF) of the GenExpGamma distribution. More...
 
interface  pm_distGenExpGamma::setGenExpGammaLogPDF
 Return the natural logarithm of the Probability Density Function (PDF) of the GenExpGamma distribution. More...
 
interface  pm_distGenExpGamma::getGenExpGammaCDF
 Generate and return the Cumulative Distribution Function (CDF) of the GenExpGamma distribution for an input x within the support of the distribution \(x \in (-\infty,+\infty)\). More...
 
interface  pm_distGenExpGamma::setGenExpGammaCDF
 Return the Cumulative Distribution Function (CDF) of the GenExpGamma distribution for an input x within the support of the distribution \(x \in (-\infty,+\infty)\). More...
 

Modules

module  pm_distGenExpGamma
 This module contains classes and procedures for computing various statistical quantities related to the GenExpGamma distribution.
 

Variables

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