public class AverageART extends ApproximateRandomizationTest<Singleton<java.lang.Long>>
Constructor and Description |
---|
AverageART() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Computation of Averages for two datasets and comparison with a
randomization test.
|
java.util.Vector<Singleton<java.lang.Long>> |
readInput(java.lang.String filename)
Read a vector of Long[1] (individual observations in Arrays) from a file.
|
apply_test, run
public java.util.Vector<Singleton<java.lang.Long>> readInput(java.lang.String filename) throws java.io.IOException, java.io.FileNotFoundException
readInput
in class ApproximateRandomizationTest<Singleton<java.lang.Long>>
Vector<Observation>
: A vector with a Observation for each
observation. Must be compatible with the used implementation of
Statistic.addObservation()java.io.IOException
java.io.FileNotFoundException
public static void main(java.lang.String[] args) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException
,
- java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException