Uses of Interface
pal.statistics.TopologyTestEngine.TopologyPool

Packages that use TopologyTestEngine.TopologyPool
pal.statistics Classes with useful for statistics (normal distribution, Gamma distribution, chi-square distribution, exponential distribution, likelihood-ratio test, chi-square test, descriptive statistics, bootstrap estimators etc.) 
 

Uses of TopologyTestEngine.TopologyPool in pal.statistics
 

Classes in pal.statistics that implement TopologyTestEngine.TopologyPool
 class GeneralTopologyPool
           
 class RELLTopologyPool
           
 

Methods in pal.statistics with parameters of type TopologyTestEngine.TopologyPool
 TopologyTestEngine.TestResult TopologyTestEngine.performTest(TopologyTestEngine.TopologyPool topologyPool, int numberOfReplicates, AlgorithmCallback callback)