public class ShimodairaHasegawaStatistics extends java.lang.Object implements TopologyTestEngine.StatisticsHandler
Title: ShimodairaHasegawaStatistics
Description:The Statistics Handler for the ShimodairaHasegawa test
| Constructor and Description |
|---|
ShimodairaHasegawaStatistics() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getOriginalTestStatistics(double[] originalOptimisedLogLikelihoods,
int numberOfTopologies) |
double[] |
getPValues(double[] originalOptimisedLogLikelihoods,
double[][] replicateLogLikelihoods,
int numberOfReplicates,
int numberOfTopologies)
The pValue in this case represents the alpha value ( CI 1-alpha) when topology becomes significantly different from the ML topology (or stops being not significantly different)
|
public double[] getOriginalTestStatistics(double[] originalOptimisedLogLikelihoods,
int numberOfTopologies)
getOriginalTestStatistics in interface TopologyTestEngine.StatisticsHandlerpublic double[] getPValues(double[] originalOptimisedLogLikelihoods,
double[][] replicateLogLikelihoods,
int numberOfReplicates,
int numberOfTopologies)
getPValues in interface TopologyTestEngine.StatisticsHandleroriginalOptimisedLogLikelihoods - stored as [topology]replicateLogLikelihoods - store as [replicate][topology]numberOfTopologies - the number of topologiesnumberOfReplicates - the number of replicates