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

Go to the source code of this file.

Data Types

type  pm_distUnifEll::distUnifEll_type
 This is the derived type for signifying distributions that are of type MultiVariate Uniform Ellipsoid (MVUE) as defined in the description of pm_distUnifEll. More...
 
interface  pm_distUnifEll::getUnifEllLogPDF
 Generate and return the natural logarithm of the Probability Density Function (PDF) of the MultiVariate MVUE (MVUE) Distribution.
More...
 
interface  pm_distUnifEll::getUnifEllRand
 Generate and return a (collection) of random vector(s) of size ndim from the ndim-dimensional MultiVariate Uniform Ellipsoidal (MVUE) distribution, optionally with the specified input mean(1:ndim) and the specified subset of the Cholesky Factorization of the Gramian matrix of the MVUE distribution. More...
 
interface  pm_distUnifEll::setUnifEllRand
 Return a (collection) of random vector(s) of size ndim from the ndim-dimensional MultiVariate Uniform Ellipsoidal (MVUE) distribution, optionally with the specified input mean(1:ndim) and the specified subset of the Cholesky Factorization of the Gramian matrix of the MVUE distribution. More...
 

Modules

module  pm_distUnifEll
 This module contains classes and procedures for computing various statistical quantities related to the MultiVariate Uniform Ellipsoid (MVUE) distribution.
 

Variables

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