Uses of Class
Localiser.algorithms.genericLocaliser.MCMC.old.MCMCTDResults
Packages that use MCMCTDResults
-
Uses of MCMCTDResults in Localiser.algorithms.genericLocaliser.MCMC.old
Methods in Localiser.algorithms.genericLocaliser.MCMC.old that return MCMCTDResultsModifier and TypeMethodDescriptionMCMCLocaliser.AnalyseMCMCResults
(ArrayList<javax.vecmath.Point3f> chainJumps, ArrayList<Double> Chi2, int analysisType) Deprecated.Take an ArrayList of the Markov chain jumps and chi-squared values of each jump and calculate source position.MCMCLocaliser.averageChains
(ArrayList<MCMCTDResults> data) Deprecated.Methods in Localiser.algorithms.genericLocaliser.MCMC.old that return types with arguments of type MCMCTDResultsModifier and TypeMethodDescriptionMCMCLocaliser.clusterAnalaysis
(ArrayList<MCMCTDResults> meanArray) Deprecated.Perform a cluster analysis of results.MCMCLocaliser.getResults()
Deprecated.MCMCLocaliser.getResultsAllChains()
Deprecated.Method parameters in Localiser.algorithms.genericLocaliser.MCMC.old with type arguments of type MCMCTDResultsModifier and TypeMethodDescriptionMCMCLocaliser.averageChains
(ArrayList<MCMCTDResults> data) Deprecated.MCMCLocaliser.clusterAnalaysis
(ArrayList<MCMCTDResults> meanArray) Deprecated.Perform a cluster analysis of results.ArrayList<javax.vecmath.Point3d>
MCMCLocaliser.kMeansAnalysis
(ArrayList<MCMCTDResults> meanArray) Deprecated.Sometimes multiple chains will converge to different final distributions.