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_distPoweto::distPoweto_type |
This is the derived type for signifying distributions that are of type Poweto as defined in the description of pm_distPoweto. More... | |
interface | pm_distPoweto::getPowetoLogPDFNF |
Generate and return the natural logarithm of the normalization factor of the Probability Density Function (PDF) of the (Truncated) Poweto distribution for the input parameters \((\alpha, x_\mathrm{min}, x_\mathrm{max})\). More... | |
interface | pm_distPoweto::getPowetoLogPDF |
Generate and return the natural logarithm of the Probability Density Function (PDF) of the (Truncated) Poweto distribution for an input logx within the support of the distribution \(x \in [0 < x_\mathrm{min}, x_\mathrm{max} < +\infty]\).More... | |
interface | pm_distPoweto::setPowetoLogPDF |
Return the natural logarithm of the Probability Density Function (PDF) of the (Truncated) Poweto distribution for an input logx within the support of the distribution \(x \in [0 < x_\mathrm{min}, x_\mathrm{max} < +\infty]\).More... | |
interface | pm_distPoweto::getPowetoLogCDFNF |
Generate and return the natural logarithm of the normalization factor of the Cumulative Distribution Function (CDF) of the (Truncated) Poweto distribution for the input parameters \((\alpha, x_\mathrm{min}, x_\mathrm{max})\). More... | |
interface | pm_distPoweto::getPowetoLogCDF |
Generate and return the natural logarithm of the Cumulative Distribution Function (CDF) of the (Truncated) Poweto distribution for an input logx within the support of the distribution \(x \in [0 < x_\mathrm{min}, x_\mathrm{max} < +\infty]\).More... | |
interface | pm_distPoweto::setPowetoLogCDF |
Return the natural logarithm of the Cumulative Distribution Function (CDF) of the (Truncated) Poweto distribution for an input logx within the support of the distribution \(x \in [0 < x_\mathrm{min}, x_\mathrm{max} < +\infty]\).More... | |
interface | pm_distPoweto::getPowetoLogQuan |
Generate and return the natural logarithm of the Inverse Cumulative Distribution (Quantile) Function of the (Truncated) Poweto distribution for an input logCDF within the support of the distribution \((\alpha, x_\mathrm{min}, x_\mathrm{max})\).More... | |
interface | pm_distPoweto::setPowetoLogQuan |
Return the natural logarithm of the Inverse Cumulative Distribution (Quantile) Function of the (Truncated) Poweto distribution for an input logCDF within the support of the distribution \((\alpha, x_\mathrm{min}, x_\mathrm{max})\).More... | |
interface | pm_distPoweto::getPowetoLogRand |
Generate and return a scalar (or array of arbitrary rank) of the natural logarithm(s) of random value(s) from the (Truncated) Poweto distribution with parameters \((\alpha, x_\mathrm{min}, x_\mathrm{max})\). More... | |
interface | pm_distPoweto::setPowetoLogRand |
Return a scalar (or array of arbitrary rank) of the natural logarithm(s) of random value(s) from the (Truncated) Poweto distribution with parameters \((\alpha, x_\mathrm{min}, x_\mathrm{max})\). More... | |
Modules | |
module | pm_distPoweto |
This module contains classes and procedures for computing various statistical quantities related to the (Truncated) Power/Pareto distribution (hence the name Poweto). | |
Variables | |
character(*, SK), parameter | pm_distPoweto::MODULE_NAME = "@pm_distPoweto" |