|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.alsUtility.RootMeanSquares
class to calculate RMS values
Field Summary | |
protected int |
count
|
protected double |
sumSquares
|
Constructor Summary | |
RootMeanSquares()
|
Method Summary | |
void |
addDatum(double value)
|
double |
rms()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected double sumSquares
protected int count
Constructor Detail |
public RootMeanSquares()
Method Detail |
public void addDatum(double value)
value
- a value to calculate the RMS onpublic double rms()
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |