public class OneVariableStats extends Object implements Serializable
Constructor and Description |
---|
OneVariableStats() |
Modifier and Type | Method and Description |
---|---|
void |
add(double d) |
double |
max() |
double |
mean() |
double |
min() |
void |
reset() |
double |
std()
Calculate the Population Standard Deviation.
|
double |
stdErr()
Calculate the standard error of the mean (SEM): the standard deviation of the sample-mean's
estimate of a population mean.
|
public void reset()
public void add(double d)
public double mean()
public double std()
public double stdErr()
std()
divided by the square root of the sample size.public double min()
public double max()
Copyright © 2017. All rights reserved.