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

Go to the source code of this file.

Data Types

type  pm_distNegExp::distNegExp_type
 This is the derived type for signifying distributions that are of type Negative Exponential as defined in the description of pm_distNegExp. More...
 
interface  pm_distNegExp::getNegExpLogPDF
 Generate and return the natural logarithm of the Probability Density Function (PDF) of the Negative Exponential distribution for an input x within the support of the distribution \((-\infty, \mu]\). More...
 
interface  pm_distNegExp::setNegExpLogPDF
 Return the natural logarithm of the Probability Density Function (PDF) of the Negative Exponential distribution for an input x within the support of the distribution \((-\infty, \mu]\). More...
 
interface  pm_distNegExp::getNegExpCDF
 Generate and return the Cumulative Distribution Function (CDF) of the Negative Exponential distribution for an input x within the support of the distribution \((-\infty, \mu]\). More...
 
interface  pm_distNegExp::setNegExpCDF
 Return the Cumulative Distribution Function (CDF) of the Negative Exponential distribution for an input x within the support of the distribution \((-\infty, \mu]\). More...
 
interface  pm_distNegExp::getNegExpRand
 Return a scalar (or array of arbitrary rank of) random value(s) from the Negative Exponential distribution, optionally with the specified input location and scale parameters mu, sigma.
More...
 
interface  pm_distNegExp::setNegExpRand
 Return a scalar (or array of arbitrary rank of) random value(s) from the Negative Exponential distribution, optionally with the specified input location and scale parameters mu, sigma.
More...
 

Modules

module  pm_distNegExp
 This module contains classes and procedures for computing various statistical quantities related to the Negative Exponential distribution.
 

Variables

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