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 | |
interface | pm_distanceMahal::getDisMahalSq |
Generate and return the square of the Mahalanobis distance of a (set of npnt ) point(s) from a single (or a set of nsam independent) sample(s) characterized by a (set of) Multivariate Normal (MVN) distribution(s) in ndim dimensions. More... | |
interface | pm_distanceMahal::setDisMahalSq |
Return the square of the Mahalanobis distance of a (set of npnt ) point(s) from a single (or a set of nsam independent) sample(s) characterized by a (set of) Multivariate Normal (MVN) distribution(s) in ndim dimensions. More... | |
Modules | |
module | pm_distanceMahal |
This module contains classes and procedures for computing the Mahalanobis statistical distance. | |
Variables | |
character(*, SK), parameter | pm_distanceMahal::MODULE_NAME = "@pm_distanceMahal" |