|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecticecube.daq.domcal.Statistics
public class Statistics
Constructor Summary | |
---|---|
Statistics()
Default constructor |
|
Statistics(double[] x)
Constructor for array of doubles. |
|
Statistics(int[] x)
Constructor for array of integers. |
Method Summary | |
---|---|
double |
getMean()
Public interface to get mean value |
double |
getRMS()
Public interface to get RMS value |
double |
getVariance()
Public interface to get variance value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Statistics()
public Statistics(double[] x)
x
- array of doubles on which to calculate statisticspublic Statistics(int[] x)
x
- array of ints on which to calculate statisticsMethod Detail |
---|
public double getMean()
public double getVariance()
public double getRMS()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |