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

Go to the source code of this file.

Data Types

interface  pm_mathCumPropExp::getCumPropExp
 Generate and return the cumulative sum of the proportions of the exponential of the input array, optionally in the backward direction and, optionally reverse the output cumulative sum upon return. More...
 
interface  pm_mathCumPropExp::setCumPropExp
 Return the cumulative sum of the proportions of the exponential of the input array, optionally in the backward direction and, optionally reverse the output cumulative sum upon return. More...
 

Modules

module  pm_mathCumPropExp
 This module contains the procedures and interfaces for computing the cumulative sum of the exponential of an array without undue numerical overflow.
 

Functions/Subroutines

pure real(RKG) function, dimension(lenArray) pm_mathCumPropExp::getCumPropExp_RK (array, maxArray, lenArray)
 [LEGACY code]
Generate and return the normalized cumulative sum (i.e., Cumulative Density Function (CDF)) of the exponentials of the input real vector robustly (without overflow or underflow). The last element of the returned vector is one. More...
 

Variables

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