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

Go to the source code of this file.

Data Types

type  pm_distGeom::distGeom_type
 This is the derived type for signifying distributions that are of type Geometric as defined in the description of pm_distGeom. More...
 
interface  pm_distGeom::getGeomLogPMF
 Generate and return the natural logarithm of the Probability Mass Function (PMF) of the Geometric distribution for an input stepSuccess within the discrete integer support of the distribution \([0, +\infty)\). More...
 
interface  pm_distGeom::setGeomLogPMF
 Return the natural logarithm of the Probability Mass Function (PMF) of the Geometric distribution for an input stepSuccess within the discrete integer support of the distribution \([0, +\infty)\). More...
 
interface  pm_distGeom::getGeomCDF
 Generate and return the Cumulative Distribution Function (CDF) of the Geometric distribution for an input stepSuccess within the discrete integer support of the distribution \([1, +\infty)\). More...
 
interface  pm_distGeom::setGeomCDF
 Return the Cumulative Distribution Function (CDF) of the Geometric distribution. More...
 
interface  pm_distGeom::getGeomRand
 Generate and return a scalar (or array of arbitrary rank of) random value(s) from the Geometric distribution.
More...
 
interface  pm_distGeom::setGeomRand
 Return a scalar (or array of arbitrary rank of) random value(s) from the Geometric distribution.
More...
 

Modules

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

Variables

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