vec_math
Class Bootstrap.StraightLine
java.lang.Object
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.
|
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 |
Bootstrap.StraightLine
public Bootstrap.StraightLine()
main
public static void main(String[] arg)
- First and only command line argument is the data file.