Uses of Class
Localiser.algorithms.genericLocaliser.MCMC.MCMCResult
Packages that use MCMCResult
-
Uses of MCMCResult in Localiser.algorithms.genericLocaliser.MCMC
Methods in Localiser.algorithms.genericLocaliser.MCMC that return MCMCResultModifier and TypeMethodDescriptionMCMC.averageChains(ArrayList<MCMC.ChainResult> data) Take different MCMC chains and average the results.Methods in Localiser.algorithms.genericLocaliser.MCMC that return types with arguments of type MCMCResultModifier and TypeMethodDescriptionMCMC.clusterAnalysis(ArrayList<MCMC.ChainResult> meanArray) Perform a cluster analysis of results.MCMC.getMCMCResults()Get MCMC results.MCMC.runMCMCAlgorithm()Run the MCMC algorithm.