ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
test_pm_statistics Module Reference

This module contains tests of the statistics modules. More...

Functions/Subroutines

subroutine setTest ()
 
logical(LK) function test_getLogProbNormSP_RK_1 ()
 
logical(LK) function test_getLogProbNormMP_RK_1 ()
 
logical(LK) function test_getLogProbNormSP_CK_1 ()
 
logical(LK) function test_getLogProbNormMP_CK_1 ()
 
logical(LK) function test_getLogProbMixNormSP_RK_1 ()
 
logical(LK) function test_getLogProbMixNormMP_RK_1 ()
 
logical(LK) function test_getLogProbMixMVNSP_RK_1 ()
 
logical(LK) function test_getLogProbMixMVNMP_RK_1 ()
 
logical(LK) function test_getRandLogn_1 ()
 
logical(LK) function test_getLogProbMVU_1 ()
 
logical(LK) function test_getLogProbLognSP_1 ()
 
logical(LK) function test_getLogProbLognMP_1 ()
 
logical(LK) function test_getRandRealLecuyer_1 ()
 
logical(LK) function test_getRandIntLecuyer_1 ()
 
logical(LK) function test_getUnifRandorm_1 ()
 
logical(LK) function test_getRandGamma_1 ()
 
logical(LK) function test_getRandGammaIntShape_1 ()
 
logical(LK) function test_getRandBeta_1 ()
 
logical(LK) function test_getRandCorMat_1 ()
 
logical(LK) function test_getRandCorMatRejection_1 ()
 
logical(LK) function test_getLogProbGeo_1 ()
 
logical(LK) function test_getLogProbGeoCyclic_1 ()
 
logical(LK) function test_getBetaCDF_RK1_1 ()
 
logical(LK) function test_getBetaCDF_RK2_1 ()
 
logical(LK) function test_getUniformCDF_1 ()
 

Variables

type(test_typetest
 

Detailed Description

This module contains tests of the statistics modules.


Final Remarks


If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.

  1. If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
  2. If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.

This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.

Author:
Amir Shahmoradi

Function/Subroutine Documentation

◆ setTest()

subroutine test_pm_statistics::setTest

Definition at line 198 of file test_pm_statistics.F90.

◆ test_getBetaCDF_RK1_1()

logical(LK) function test_pm_statistics::test_getBetaCDF_RK1_1

Definition at line 1205 of file test_pm_statistics.F90.

References pm_kind::IK, pm_kind::RK, and pm_kind::RK1.

◆ test_getBetaCDF_RK2_1()

logical(LK) function test_pm_statistics::test_getBetaCDF_RK2_1

Definition at line 1235 of file test_pm_statistics.F90.

References pm_kind::IK, pm_kind::RK, and pm_kind::RK2.

◆ test_getLogProbGeo_1()

logical(LK) function test_pm_statistics::test_getLogProbGeo_1

Definition at line 1124 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbGeoCyclic_1()

logical(LK) function test_pm_statistics::test_getLogProbGeoCyclic_1

Definition at line 1164 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbLognMP_1()

logical(LK) function test_pm_statistics::test_getLogProbLognMP_1

Definition at line 856 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbLognSP_1()

logical(LK) function test_pm_statistics::test_getLogProbLognSP_1

Definition at line 819 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbMixMVNMP_RK_1()

logical(LK) function test_pm_statistics::test_getLogProbMixMVNMP_RK_1

Definition at line 533 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbMixMVNSP_RK_1()

logical(LK) function test_pm_statistics::test_getLogProbMixMVNSP_RK_1

Definition at line 482 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbMixNormMP_RK_1()

logical(LK) function test_pm_statistics::test_getLogProbMixNormMP_RK_1

Definition at line 438 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbMixNormSP_RK_1()

logical(LK) function test_pm_statistics::test_getLogProbMixNormSP_RK_1

Definition at line 396 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbMVU_1()

logical(LK) function test_pm_statistics::test_getLogProbMVU_1

Definition at line 793 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbNormMP_CK_1()

logical(LK) function test_pm_statistics::test_getLogProbNormMP_CK_1

Definition at line 354 of file test_pm_statistics.F90.

References pm_kind::CK, pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbNormMP_RK_1()

logical(LK) function test_pm_statistics::test_getLogProbNormMP_RK_1

Definition at line 274 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbNormSP_CK_1()

logical(LK) function test_pm_statistics::test_getLogProbNormSP_CK_1

Definition at line 316 of file test_pm_statistics.F90.

References pm_kind::CK, pm_kind::IK, and pm_kind::RK.

◆ test_getLogProbNormSP_RK_1()

logical(LK) function test_pm_statistics::test_getLogProbNormSP_RK_1

Definition at line 236 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getRandBeta_1()

logical(LK) function test_pm_statistics::test_getRandBeta_1

Definition at line 1014 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getRandCorMat_1()

logical(LK) function test_pm_statistics::test_getRandCorMat_1

Definition at line 1042 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getRandCorMatRejection_1()

logical(LK) function test_pm_statistics::test_getRandCorMatRejection_1

Definition at line 1078 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getRandGamma_1()

logical(LK) function test_pm_statistics::test_getRandGamma_1

Definition at line 964 of file test_pm_statistics.F90.

◆ test_getRandGammaIntShape_1()

logical(LK) function test_pm_statistics::test_getRandGammaIntShape_1

Definition at line 988 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getRandIntLecuyer_1()

logical(LK) function test_pm_statistics::test_getRandIntLecuyer_1

Definition at line 916 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getRandLogn_1()

logical(LK) function test_pm_statistics::test_getRandLogn_1

Definition at line 782 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getRandRealLecuyer_1()

logical(LK) function test_pm_statistics::test_getRandRealLecuyer_1

Definition at line 893 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getUniformCDF_1()

logical(LK) function test_pm_statistics::test_getUniformCDF_1

Definition at line 1265 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getUnifRandorm_1()

logical(LK) function test_pm_statistics::test_getUnifRandorm_1

Definition at line 940 of file test_pm_statistics.F90.

References pm_kind::IK, and pm_kind::RK.

Variable Documentation

◆ test

type(test_type) test_pm_statistics::test

Definition at line 36 of file test_pm_statistics.F90.