public class Min extends Object implements Statistic
min.| Constructor and Description |
|---|
Min()
Construct an empty
Min calculator. |
Min(double[] data)
Construct a
Min calculator,
initialized with a sample. |
Min(Min that)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addData(double... data)
Recompute the statistic with more data, incrementally if possible.
|
long |
N()
Get the size of the sample.
|
String |
toString() |
double |
value()
Get the value of the statistic.
|
public Min()
Min calculator.public Min(double[] data)
Min calculator,
initialized with a sample.data - a samplepublic Min(Min that)
that - a Min calculatorpublic void addData(double... data)
Statisticpublic double value()
Statisticpublic long N()
StatisticCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.