| Package | Description |
|---|---|
| org.apache.commons.math3.geometry.euclidean.oned |
This package provides basic 1D geometry components.
|
| org.apache.commons.math3.stat.correlation |
Correlations/Covariance computations.
|
| Modifier and Type | Method and Description |
|---|---|
Space |
Euclidean1D.getSubSpace()
Get the n-1 dimension subspace of this space.
|
| Modifier and Type | Method and Description |
|---|---|
int |
StorelessCovariance.getN()
This
Covariance method is not supported by a StorelessCovariance,
since the number of bivariate observations does not have to be the same for different
pairs of covariates - i.e., N as defined in Covariance.getN() is undefined. |
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.