vec_math
Class GeneralLinearRegression.PseudoLine

java.lang.Object
  extended by vec_math.GeneralLinearRegression.PseudoLine
Enclosing class:
GeneralLinearRegression

public static class GeneralLinearRegression.PseudoLine
extends Object

A class to write a file with three columns, first being x between zero and one, y being a fit like y=kx+d+random, tird column being the random number denoted above as measurement error. The integer given in the command line indicates the number of lines to write.


Constructor Summary
GeneralLinearRegression.PseudoLine()
           
 
Method Summary
static void main(String[] arg)
          First argument is the file name, second the line numbers to write and the inverse of the stepo size in x.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralLinearRegression.PseudoLine

public GeneralLinearRegression.PseudoLine()
Method Detail

main

public static void main(String[] arg)
                 throws IOException
First argument is the file name, second the line numbers to write and the inverse of the stepo size in x. Third argument is k, fourth d.

Throws:
IOException