|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math.stat.correlation.StorelessBivariateCovariance
public class StorelessBivariateCovariance
Bivariate Covariance implementation that does not require input data to be stored in memory.
| Constructor Summary | |
|---|---|
StorelessBivariateCovariance()
|
|
StorelessBivariateCovariance(boolean biasCorrected)
|
|
| Method Summary | |
|---|---|
double |
getN()
|
double |
getResult()
|
void |
increment(double x,
double y)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StorelessBivariateCovariance()
public StorelessBivariateCovariance(boolean biasCorrected)
| Method Detail |
|---|
public void increment(double x,
double y)
public double getN()
public double getResult()
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||