Uses of Class
org.apache.commons.math4.exception.MathUnsupportedOperationException
| Package | Description |
|---|---|
| org.apache.commons.math4.linear |
Linear algebra support.
|
| org.apache.commons.math4.stat.correlation |
Correlations/Covariance computations.
|
-
Uses of MathUnsupportedOperationException in org.apache.commons.math4.linear
Methods in org.apache.commons.math4.linear that throw MathUnsupportedOperationException Modifier and Type Method Description booleanRealVector. equals(java.lang.Object other)Test for the equality of two real vectors.intRealVector. hashCode().voidRealVector.SparseEntryIterator. remove() -
Uses of MathUnsupportedOperationException in org.apache.commons.math4.stat.correlation
Methods in org.apache.commons.math4.stat.correlation that throw MathUnsupportedOperationException Modifier and Type Method Description intStorelessCovariance. getN()ThisCovariancemethod is not supported by aStorelessCovariance, since the number of bivariate observations does not have to be the same for different pairs of covariates - i.e., N as defined inCovariance.getN()is undefined.