Class SharcWaveFit

java.lang.Object
  extended by DataFit
      extended by LinearCoefficientFit
          extended by SharcWaveFit

public class SharcWaveFit
extends LinearCoefficientFit


Constructor Summary
SharcWaveFit(int nOrder)
           
 
Method Summary
 void fit(double[] y, double[] sigma)
           
 double[] getTerms(double col)
           
 
Methods inherited from class LinearCoefficientFit
fit, valueAt, varianceAt
 
Methods inherited from class DataFit
countFitted, getChiSquared, reset, size, uncertaintyAt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharcWaveFit

public SharcWaveFit(int nOrder)
Method Detail

fit

public void fit(double[] y,
                double[] sigma)
         throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

getTerms

public double[] getTerms(double col)
Specified by:
getTerms in class LinearCoefficientFit