vec_math
Class ClassicStatistic.FileStatistic

java.lang.Object
  extended by vec_math.ClassicStatistic.FileStatistic
Enclosing class:
ClassicStatistic

public static final class ClassicStatistic.FileStatistic
extends Object

A class to read in an ascii-column file and calculate average, sigma and so forth from the specified column.


Constructor Summary
ClassicStatistic.FileStatistic()
           
 
Method Summary
static void main(String[] arg)
          Reads in from an ascii-file given in the first argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassicStatistic.FileStatistic

public ClassicStatistic.FileStatistic()
Method Detail

main

public static void main(String[] arg)
                 throws IOException
Reads in from an ascii-file given in the first argument. The numbers read in corresponds to the column specified with the second argument.

Throws:
IOException - If the file couldn't be read.