public class CumulativeHistory extends Object
Constructor and Description |
---|
CumulativeHistory() |
Modifier and Type | Method and Description |
---|---|
void |
append(double value) |
int |
getCount() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
double |
getStandardDeviation() |
String |
toString() |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.