ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This module contains classes and procedures for computing properties related to the auto correlation time (ACT) of random sequences. More...
Data Types | |
type | act_type |
type | batchMeans_type |
type | batchMeansMax_type |
type | cumSum_type |
type | cumSumMax_type |
interface | getACT |
Generate and return the integrated auto-correlation time (ACT) of the discrete signal. More... | |
Variables | |
character(*, SK), parameter | MODULE_NAME = "@pm_sampleACT" |
type(cumSum_type), parameter | cumSum = cumSum_type() |
type(cumSumMax_type), parameter | cumSumMax = cumSumMax_type() |
type(batchMeans_type), parameter | batchMeans = batchMeans_type() |
type(batchMeansMax_type), parameter | batchMeansMax = batchMeansMax_type() |
This module contains classes and procedures for computing properties related to the auto correlation time (ACT) of random sequences.
The integrated autocorrelation time (ACT or IAT or IAC) frequently appears in the calculation of the effective sample size of the outputs of Markov Chain Monte Carlo samplers.
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.
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.
type(batchMeans_type), parameter pm_sampleACT::batchMeans = batchMeans_type() |
Definition at line 89 of file pm_sampleACT.F90.
type(batchMeansMax_type ), parameter pm_sampleACT::batchMeansMax = batchMeansMax_type() |
Definition at line 93 of file pm_sampleACT.F90.
type(cumSum_type), parameter pm_sampleACT::cumSum = cumSum_type() |
Definition at line 81 of file pm_sampleACT.F90.
type(cumSumMax_type), parameter pm_sampleACT::cumSumMax = cumSumMax_type() |
Definition at line 85 of file pm_sampleACT.F90.
character(*, SK), parameter pm_sampleACT::MODULE_NAME = "@pm_sampleACT" |
Definition at line 57 of file pm_sampleACT.F90.