Uses of Class
Localiser.algorithms.genericLocaliser.MCMC.MCMCResult
-
Uses of MCMCResult in Localiser.algorithms.genericLocaliser.MCMC
Modifier and TypeMethodDescriptionMCMC.averageChains
(ArrayList<MCMC.ChainResult> data) Take different MCMC chains and average the results.Modifier and TypeMethodDescriptionMCMC.clusterAnalysis
(ArrayList<MCMC.ChainResult> meanArray) Perform a cluster analysis of results.MCMC.getMCMCResults()
Get MCMC results.MCMC.runMCMCAlgorithm()
Run the MCMC algorithm.