public static final class MathUtils.BasicStats extends Iced
| Constructor and Description |
|---|
MathUtils.BasicStats(int n) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double[] x,
double w) |
double[] |
mean() |
long |
nobs() |
void |
reduce(MathUtils.BasicStats bs) |
double[] |
sigma() |
double[] |
sigma(double[] res) |
double[] |
variance() |
double[] |
variance(double[] res) |
double |
wsum() |
clone, copyOver, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSONpublic void add(double[] x,
double w)
public void reduce(MathUtils.BasicStats bs)
public double[] variance(double[] res)
public double[] variance()
public double[] sigma(double[] res)
public double[] sigma()
public double[] mean()
public long nobs()
public double wsum()