|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecticecube.daq.domcal.QuadraticFit
public class QuadraticFit
Constructor Summary | |
---|---|
QuadraticFit(float c0,
float c1,
float c2,
float rSquared)
|
Method Summary | |
---|---|
float |
getParameter(int idx)
|
float |
getRSquared()
|
static QuadraticFit |
parseQuadraticFit(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 QuadraticFit(float c0, float c1, float c2, float rSquared)
Method Detail |
---|
public float getParameter(int idx)
public float getRSquared()
public static QuadraticFit parseQuadraticFit(java.nio.ByteBuffer bb)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |