org.apache.sirona.math
Class M2AwareStatisticalSummary

java.lang.Object
  extended by org.apache.sirona.math.M2AwareStatisticalSummary
All Implemented Interfaces:
Serializable

public class M2AwareStatisticalSummary
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
M2AwareStatisticalSummary(double mean, double variance, long n, double max, double min, double sum, double m2)
           
M2AwareStatisticalSummary(Map<String,Object> data)
           
 
Method Summary
 double getMax()
           
 double getMean()
           
 double getMin()
           
 long getN()
           
 double getSecondMoment()
           
 double getSum()
           
 double getVariance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

M2AwareStatisticalSummary

public M2AwareStatisticalSummary(double mean,
                                 double variance,
                                 long n,
                                 double max,
                                 double min,
                                 double sum,
                                 double m2)

M2AwareStatisticalSummary

public M2AwareStatisticalSummary(Map<String,Object> data)
Method Detail

getSecondMoment

public double getSecondMoment()

getMean

public double getMean()

getVariance

public double getVariance()

getN

public long getN()

getMax

public double getMax()

getMin

public double getMin()

getSum

public double getSum()


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.