|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecticecube.daq.domcal.LinearFit
public class LinearFit
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 |
---|
public LinearFit(float slope, float yIntercept, float rSquared)
Method Detail |
---|
public float getSlope()
public float getYIntercept()
public float getRSquared()
public static LinearFit parseLinearFit(java.nio.ByteBuffer bb)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |