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

Go to the source code of this file.

Data Types

type  pm_distBinom::distBinom_type
 This is the derived type for signifying distributions that are of type Binomial as defined in the description of pm_distBinom. More...
 
interface  pm_distBinom::getBinomLogPMF
 Generate and return the natural logarithm of the Probability Mass Function (PMF) of the Binomial distribution for an input nsuc within the discrete integer support of the distribution.
More...
 
interface  pm_distBinom::setBinomLogPMF
 Return the natural logarithm of the Probability Mass Function (PMF) of the Binomial distribution for an input nsuc within the discrete integer support of the distribution.
More...
 
interface  pm_distBinom::getBinomCDF
 Generate and return the Cumulative Distribution Function (CDF) of the Binomial distribution for an input nsuc within the discrete integer support of the distribution.
More...
 
interface  pm_distBinom::setBinomCDF
 Return the Cumulative Distribution Function (CDF) of the Binomial distribution.
More...
 

Modules

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

Variables

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