vec_math
Class Bootstrap.StraightLine

java.lang.Object
  extended by vec_math.Bootstrap.StraightLine
Enclosing class:
Bootstrap

public static class Bootstrap.StraightLine
extends Object

We fit data to a straight line. The data is read from an x/y ascii-file.


Constructor Summary
Bootstrap.StraightLine()
           
 
Method Summary
static void main(String[] arg)
          First and only command line argument is the data file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap.StraightLine

public Bootstrap.StraightLine()
Method Detail

main

public static void main(String[] arg)
First and only command line argument is the data file.