Uses of Class
net.aavalla.utils.general.Statistics.TailedType

Packages that use Statistics.TailedType
net.aavalla.utils.general Often-needed utility functions 
 

Uses of Statistics.TailedType in net.aavalla.utils.general
 

Methods in net.aavalla.utils.general that return Statistics.TailedType
static Statistics.TailedType Statistics.TailedType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Statistics.TailedType[] Statistics.TailedType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.aavalla.utils.general with parameters of type Statistics.TailedType
static double Statistics.fisherExactTest(int k, int N, int m, int n, Statistics.TailedType tailed)
          Fisher exact test.