Uses of Class
org.apache.commons.math3.exception.MathUnsupportedOperationException
-
Packages that use MathUnsupportedOperationException 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. -
-
Uses of MathUnsupportedOperationException in org.apache.commons.math3.geometry
Methods in org.apache.commons.math3.geometry that throw MathUnsupportedOperationException Modifier and Type Method Description SpaceSpace. getSubSpace()Get the n-1 dimension subspace of this space. -
Uses of MathUnsupportedOperationException in org.apache.commons.math3.geometry.euclidean.oned
Subclasses of MathUnsupportedOperationException in org.apache.commons.math3.geometry.euclidean.oned Modifier and Type Class Description static classEuclidean1D.NoSubSpaceExceptionSpecialized exception for inexistent sub-space. -
Uses of MathUnsupportedOperationException in org.apache.commons.math3.geometry.spherical.oned
Subclasses of MathUnsupportedOperationException in org.apache.commons.math3.geometry.spherical.oned Modifier and Type Class Description static classSphere1D.NoSubSpaceExceptionSpecialized exception for inexistent sub-space. -
Uses of MathUnsupportedOperationException in org.apache.commons.math3.linear
Methods in org.apache.commons.math3.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.math3.stat.correlation
Methods in org.apache.commons.math3.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. -
Uses of MathUnsupportedOperationException in org.apache.commons.math3.stat.descriptive.rank
Methods in org.apache.commons.math3.stat.descriptive.rank that throw MathUnsupportedOperationException Modifier and Type Method Description static voidPercentile. 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 differentestimation type,NaN handling strategiesandkthSelector, it therefore always throwMathUnsupportedOperationException
-