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_distLogNorm::distLogNorm_type |
This is the derived type for signifying distributions that are of type Lognormal as defined in the description of pm_distLogNorm. More... | |
interface | pm_distLogNorm::getLogNormLogPDF |
Generate the natural logarithm of probability density function (PDF) of the univariate Lognormal distribution. More... | |
interface | pm_distLogNorm::setLogNormLogPDF |
Generate the natural logarithm of probability density function (PDF) of the univariate Lognormal distribution. More... | |
interface | pm_distLogNorm::getLogNormCDF |
Generate and return the Cumulative Distribution Function (CDF) of the univariate Lognormal distribution. More... | |
interface | pm_distLogNorm::setLogNormCDF |
Generate and return the Cumulative Distribution Function (CDF) of the univariate Lognormal distribution. More... | |
Modules | |
module | pm_distLogNorm |
This module contains classes and procedures for computing various statistical quantities related to the Lognormal distribution. | |
Variables | |
character(*, SK), parameter | pm_distLogNorm::MODULE_NAME = "@pm_distLogNorm" |