Modifier and Type | Field and Description |
---|---|
protected long |
n |
protected RealSum |
sumX |
protected RealSum |
sumXX |
protected RealSum |
sumXY |
protected RealSum |
sumY |
protected RealSum |
sumYY |
Constructor and Description |
---|
RealStreamPMCC() |
Modifier and Type | Method and Description |
---|---|
void |
add(double a,
double b) |
double |
getMeanX() |
double |
getMeanY() |
long |
getN() |
double |
getPMCC() |
double |
getVarX() |
double |
getVarY() |
Copyright © 2015–2021 Fiji. All rights reserved.