Class linefit

java.lang.Object
  extended by linefit

public class linefit
extends java.lang.Object


Field Summary
(package private)  double[] x
           
(package private)  double[] y
           
 
Constructor Summary
linefit()
           
 
Method Summary
 ij.measure.CurveFitter getcf()
           
 double getdevslope()
           
 double getslope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

double[] x

y

double[] y
Constructor Detail

linefit

public linefit()
Method Detail

getcf

public ij.measure.CurveFitter getcf()

getdevslope

public double getdevslope()

getslope

public double getslope()