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

Go to the source code of this file.

Data Types

interface  pm_distPiwiPoweto::getPiwiPowetoLogPDFNF
 Generate and return the natural logarithm of the normalization factors of the components of the Probability Density Function (PDF) of the (Truncated) PiwiPoweto distribution for the input parameter vectors \((\alpha, x_\mathrm{lim})\). More...
 
interface  pm_distPiwiPoweto::getPiwiPowetoLogPDF
 Generate and return the natural logarithm of the Probability Density Function (PDF) of the (Truncated) PiwiPoweto distribution for an input logx within the support of the distribution logLimX(1) <= logx <= logLimX(n+1).
More...
 
interface  pm_distPiwiPoweto::setPiwiPowetoLogPDF
 Return the natural logarithm of the Probability Density Function (PDF) of the (Truncated) PiwiPoweto distribution for an input logx within the support of the distribution logLimX(1) <= logx <= logLimX(n+1). More...
 
interface  pm_distPiwiPoweto::getPiwiPowetoCDF
 Generate and return the Cumulative Distribution Function (CDF) of the (Truncated) PiwiPoweto distribution for an input logx within the support of the distribution logLimX(1) <= logx <= logLimX(size(logLimX)).
More...
 
interface  pm_distPiwiPoweto::setPiwiPowetoCDF
 Return the Cumulative Distribution Function (CDF) of the (Truncated) PiwiPoweto distribution for an input logx within the support of the distribution logLimX(1) <= logx <= logLimX(size(logLimX)).
More...
 

Modules

module  pm_distPiwiPoweto
 This module contains classes and procedures for computing various statistical quantities related to the (Truncated) PieceWise Power/Pareto distribution (hence the name PiwiPoweto).
 

Variables

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