Uses of Class
org.apache.commons.math4.legacy.exception.MathUnsupportedOperationException
-
Packages that use MathUnsupportedOperationException Package Description org.apache.commons.math4.legacy.linear Linear algebra support.org.apache.commons.math4.legacy.stat.correlation Correlations/Covariance computations. -
-
Uses of MathUnsupportedOperationException in org.apache.commons.math4.legacy.linear
Methods in org.apache.commons.math4.legacy.linear that throw MathUnsupportedOperationException Modifier and Type Method Description boolean
RealVector. equals(Object other)
Test for the equality of two real vectors.int
RealVector. hashCode()
.void
RealVector.SparseEntryIterator. remove()
-
Uses of MathUnsupportedOperationException in org.apache.commons.math4.legacy.stat.correlation
Methods in org.apache.commons.math4.legacy.stat.correlation that throw MathUnsupportedOperationException Modifier and Type Method Description int
StorelessCovariance. getN()
ThisCovariance
method 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.
-