public class AccStatLib extends Object
| Constructor and Description |
|---|
AccStatLib() |
| Modifier and Type | Method and Description |
|---|---|
static double |
calcVariancePopulation(double sumSquared,
double sum,
long N)
Calculate the variance (population)
|
static double |
calcVarianceSample(double sumSquared,
double sum,
long count)
Calculate the variance (sample)
|
Licenced under the Apache License, Version 2.0