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

Go to the source code of this file.

Data Types

type  pm_distUnifElls::distUnifElls_type
 This is the derived type for signifying distributions that are of type Multiple MultiVariate Uniform Ellipsoid (MMVUE) as defined in the description of pm_distUnifElls. More...
 
interface  pm_distUnifElls::getUnifEllsLogPDF
 Generate and return the natural logarithm of an approximation of the Probability Density Function (PDF) of the Multiple MultiVariate Uniformly Ellipsoidal (MMVUE) Distribution.
More...
 
interface  pm_distUnifElls::setUnifEllsRand
 Return a collection of random vectors of size ndim from the ndim-dimensional Multiple MultiVariate Uniform Ellipsoidal (MMVUE) distribution, with the specified input mean(1:ndim, 1:nell) and optionally the specified subset of the Cholesky Factorization of the Gramian matrices of the MMVUE distribution.
More...
 

Modules

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

Variables

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