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_statest::getProbKS |
Generate and return the probability of the null-hypothesis that sample1 of size nsam1 originates from the same distribution as that of sample2 of size nsam2 or from the Uniform distribution or other distribution whose custom CDF is given.More... | |
interface | pm_statest::setProbKS |
Return the probability and the corresponding Kolmogorov distribution quantile of the null-hypothesis that sample1 of size nsam1 originates from the same distribution as that of sample2 of size nsam2 or from the Uniform distribution or other distribution whose custom CDF is given.More... | |
Modules | |
module | pm_statest |
This module contains classes and procedures for performing various statistical tests. | |
Variables | |
character(*, SK), parameter | pm_statest::MODULE_NAME = "@pm_statest" |