vec_math
Class ClassicStatistic.FileStatistic
java.lang.Object
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.
|
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 |
ClassicStatistic.FileStatistic
public ClassicStatistic.FileStatistic()
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.