| java.lang.Object org.apache.commons.math.stat.descriptive.AbstractUnivariateStatistic org.apache.commons.math.stat.descriptive.AbstractStorelessUnivariateStatistic
All known Subclasses: org.apache.commons.math.stat.descriptive.moment.Variance, org.apache.commons.math.stat.descriptive.summary.Sum, org.apache.commons.math.stat.descriptive.summary.SumOfLogs, org.apache.commons.math.stat.descriptive.moment.Skewness, org.apache.commons.math.stat.descriptive.summary.Product, org.apache.commons.math.stat.descriptive.moment.FirstMoment, org.apache.commons.math.stat.descriptive.moment.Mean, org.apache.commons.math.stat.descriptive.moment.StandardDeviation, org.apache.commons.math.stat.descriptive.rank.Max, org.apache.commons.math.stat.descriptive.rank.Min, org.apache.commons.math.stat.descriptive.summary.SumOfSquares, org.apache.commons.math.stat.descriptive.moment.GeometricMean, org.apache.commons.math.stat.descriptive.moment.Kurtosis,
equals | public boolean equals(Object object)(Code) | | Returns true iff object is an
AbstractStorelessUnivariateStatistic returning the same
values as this for getResult() and getN()
Parameters: object - object to test equality against. true if object returns the same value as this |
hashCode | public int hashCode()(Code) | | Returns hash code based on getResult() and getN()
hash code |
Methods inherited from org.apache.commons.math.stat.descriptive.AbstractUnivariateStatistic | public double evaluate(double[] values)(Code)(Java Doc) abstract public double evaluate(double[] values, int begin, int length)(Code)(Java Doc) protected boolean test(double[] values, int begin, int length)(Code)(Java Doc)
|
|
|