icecube.daq.domcal
Class LinearFit

java.lang.Object
  extended by icecube.daq.domcal.LinearFit

public class LinearFit
extends java.lang.Object


Constructor Summary
LinearFit(float slope, float yIntercept, float rSquared)
           
 
Method Summary
 float getRSquared()
           
 float getSlope()
           
 float getYIntercept()
           
static LinearFit parseLinearFit(java.nio.ByteBuffer bb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearFit

public LinearFit(float slope,
                 float yIntercept,
                 float rSquared)
Method Detail

getSlope

public float getSlope()

getYIntercept

public float getYIntercept()

getRSquared

public float getRSquared()

parseLinearFit

public static LinearFit parseLinearFit(java.nio.ByteBuffer bb)


Copyright © 2006 IceCube Collaboration. All Rights Reserved.