Class Welfords.Result
- java.lang.Object
-
- com.linkedin.alpini.base.statistics.Welfords.Result
-
- All Implemented Interfaces:
org.apache.logging.log4j.util.StringBuilderFormattable
- Enclosing class:
- Welfords
public static final class Welfords.Result extends java.lang.Object implements org.apache.logging.log4j.util.StringBuilderFormattable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formatTo(java.lang.StringBuilder buffer)
double
getAverage()
long
getCount()
double
getMax()
double
getMin()
double
getStandardDeviation()
double
getVariance()
java.lang.String
toString()
-
-
-
Method Detail
-
getCount
public long getCount()
-
getAverage
public double getAverage()
-
getVariance
public double getVariance()
-
getStandardDeviation
public double getStandardDeviation()
-
getMin
public double getMin()
-
getMax
public double getMax()
-
formatTo
public void formatTo(java.lang.StringBuilder buffer)
- Specified by:
formatTo
in interfaceorg.apache.logging.log4j.util.StringBuilderFormattable
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-