Package | Description |
---|---|
org.apache.commons.math3.geometry |
This package is the top level package for geometry.
|
org.apache.commons.math3.geometry.euclidean.oned |
This package provides basic 1D geometry components.
|
org.apache.commons.math3.geometry.spherical.oned |
This package provides basic geometry components on the 1-sphere.
|
org.apache.commons.math3.linear |
Linear algebra support.
|
org.apache.commons.math3.stat.correlation |
Correlations/Covariance computations.
|
org.apache.commons.math3.stat.descriptive.rank |
Summary statistics based on ranks.
|
Modifier and Type | Method and Description |
---|---|
Space |
Space.getSubSpace()
Get the n-1 dimension subspace of this space.
|
Modifier and Type | Class and Description |
---|---|
static class |
Euclidean1D.NoSubSpaceException
Specialized exception for inexistent sub-space.
|
Modifier and Type | Class and Description |
---|---|
static class |
Sphere1D.NoSubSpaceException
Specialized exception for inexistent sub-space.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RealVector.equals(Object other)
Test for the equality of two real vectors.
|
int |
RealVector.hashCode()
.
|
void |
RealVector.SparseEntryIterator.remove() |
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. |
Modifier and Type | Method and Description |
---|---|
static void |
Percentile.copy(Percentile source,
Percentile dest)
Deprecated.
as of 3.4 this method does not work anymore, as it fails to
copy internal states between instances configured with different
estimation type , NaN handling strategies
and kthSelector , it therefore always
throw MathUnsupportedOperationException |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.