public static class StatisticsHelper.RunningStat extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
cnt |
static double |
nanoToMilli |
| Constructor and Description |
|---|
RunningStat() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
double |
max() |
double |
mean() |
double |
min() |
void |
push(double x) |
double |
standardDeviation() |
String |
toString() |
String |
toStringNanoToMilli() |
double |
variance() |
public void push(double x)
public void clear()
public double mean()
public double variance()
public double standardDeviation()
public double min()
public double max()
public String toStringNanoToMilli()
Copyright © 2018. All rights reserved.