org.virbo.dsutil
Class LinFit

java.lang.Object
  extended by org.virbo.dsutil.LinFit

public class LinFit
extends java.lang.Object

Borrowed from pamguard, https://sourceforge.net/projects/pamguard/.


Constructor Summary
LinFit(QDataSet x, QDataSet y)
           
LinFit(QDataSet x, QDataSet y, QDataSet sig)
           
 
Method Summary
 double getA()
           
 double getB()
           
 double getChi2()
           
 double getQ()
           
 double getSiga()
           
 double getSigb()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinFit

public LinFit(QDataSet x,
              QDataSet y)

LinFit

public LinFit(QDataSet x,
              QDataSet y,
              QDataSet sig)
Method Detail

getA

public double getA()

getB

public double getB()

getChi2

public double getChi2()

getQ

public double getQ()

getSiga

public double getSiga()

getSigb

public double getSigb()