Uses of Package
org.hipparchus.exception
Packages that use org.hipparchus.exception
Package
Description
Common classes used throughout the Hipparchus library.
Parent package for common numerical analysis procedures, including root finding,
function interpolation and integration.
This package holds the main interfaces and basic building block classes
dealing with differentiation.
The
function
package contains function objects that wrap the
methods contained in Math
, as well as common
mathematical functions such as the gaussian and sinc functions.Numerical integration (quadrature) algorithms for univariate real functions.
Gauss family of quadrature schemes.
Univariate real functions interpolation algorithms.
Univariate real polynomials implementations, seen as differentiable
univariate real functions.
Root finding algorithms, for univariate real functions.
Clustering algorithms.
Common distance measures.
Complex number type and implementations of complex transcendental
functions.
Decimal floating point library for Java
Interfaces and implementations of common discrete and
continuous distributions.
Implementations of common continuous distributions.
Implementations of common discrete distributions.
Implementations of multivariate distributions.
Specialized exceptions for algorithms errors.
Kalman filter.
Kalman filter implementation for non-linear processes.
Kalman filter implementation for linear processes.
Unscented Kalman filter implementation.
Fraction number type and fraction number formatting.
This package is the top level package for geometry.
This package provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides algorithms to generate the convex hull
for a set of points in an two-dimensional euclidean space.
This package provides interfaces and classes related to the convex hull problem.
This package provides basic geometry components on the 1-sphere.
This package provides basic geometry components on the 2-sphere.
Linear algebra support.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides classes to solve Ordinary Differential Equations problems.
Events
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
Generally, optimizers are algorithms that will either
minimize
or
maximize
a scalar function, called the
objective
function
.Optimization algorithms for linear constrained problems.
Algorithms for optimizing a scalar function.
This package provides optimization algorithms that require derivatives.
This package provides optimization algorithms that do not require derivatives.
This package provides algorithms that minimize the residuals
between observations and model values.
One-dimensional optimization algorithms.
Random number and random data generators.
Implementations of special functions such as Beta and Gamma.
Data storage, manipulation and summary routines.
Correlations/Covariance computations.
Generic univariate and multivariate summary statistic objects.
Summary statistics based on moments.
Summary statistics based on ranks.
Other summary statistics.
Multivariate statistics.
Statistical methods for fitting distributions.
Classes providing hypothesis testing.
Utilities to calculate binomial proportion confidence intervals.
Statistical routines involving multivariate data.
Implementations of transform methods, including Fast Fourier transforms.
Convenience routines and common data structures used throughout the Hipparchus library.
-
Classes in org.hipparchus.exception used by org.hipparchusClassDescriptionBase class for all preconditions violation exceptions.All exceptions thrown by the Hipparchus code inherit from this class.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.analysisClassDescriptionBase class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.analysis.differentiationClassDescriptionBase class for all preconditions violation exceptions.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.analysis.functionClassDescriptionBase class for all preconditions violation exceptions.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis.integrationClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis.integration.gaussClassDescriptionBase class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.analysis.interpolationClassDescriptionBase class for all preconditions violation exceptions.All exceptions thrown by the Hipparchus code inherit from this class.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis.polynomialsClassDescriptionBase class for all preconditions violation exceptions.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis.solversClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.clusteringClassDescriptionInterface for localizable strings.Base class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.clustering.distanceClassDescriptionBase class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.complexClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.dfpClassDescriptionBase class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.distributionClassDescriptionBase class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.distribution.continuousClassDescriptionBase class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.distribution.discreteClassDescriptionBase class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.distribution.multivariateClassDescriptionBase class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.exceptionClassDescriptionInterface for localizable strings.Enumeration for localized messages formats used in exceptions messages.This interface specified methods implemented by localized exception classes.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.filtering.kalmanClassDescriptionBase class for all preconditions violation exceptions.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.filtering.kalman.extendedClassDescriptionAll exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.filtering.kalman.linearClassDescriptionAll exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.filtering.kalman.unscentedClassDescriptionAll exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.fractionClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.geometryClassDescriptionInterface for localizable strings.Base class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.geometry.euclidean.onedClassDescriptionThis interface specified methods implemented by localized exception classes.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.geometry.euclidean.threedClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.geometry.euclidean.twodClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.geometry.euclidean.twod.hullClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.geometry.hullClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.geometry.spherical.onedClassDescriptionThis interface specified methods implemented by localized exception classes.Base class for all preconditions violation exceptions.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.geometry.spherical.twodClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.linearClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.migration
-
Classes in org.hipparchus.exception used by org.hipparchus.migration.exceptionClassDescriptionInterface for localizable strings.This interface specified methods implemented by localized exception classes.Base class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.migration.exception.util
-
Classes in org.hipparchus.exception used by org.hipparchus.migration.geneticsClassDescriptionInterface for localizable strings.This interface specified methods implemented by localized exception classes.Base class for all preconditions violation exceptions.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.migration.geometry.euclideanClassDescriptionThis interface specified methods implemented by localized exception classes.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.migration.geometry.euclidean.threedClassDescriptionInterface for localizable strings.This interface specified methods implemented by localized exception classes.Base class for all preconditions violation exceptions.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.migration.linearClassDescriptionThis interface specified methods implemented by localized exception classes.Base class for all preconditions violation exceptions.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.migration.odeClassDescriptionThis interface specified methods implemented by localized exception classes.Base class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.migration.ode.samplingClassDescriptionBase class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.migration.optim.linearClassDescriptionThis interface specified methods implemented by localized exception classes.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.migration.stat.regressionClassDescriptionInterface for localizable strings.This interface specified methods implemented by localized exception classes.Base class for all preconditions violation exceptions.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.odeClassDescriptionInterface for localizable strings.This interface specified methods implemented by localized exception classes.Base class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.ode.eventsClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.ode.nonstiffClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.ode.samplingClassDescriptionBase class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.optimClassDescriptionInterface for localizable strings.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.optim.linearClassDescriptionBase class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.optim.nonlinear.scalarClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.optim.nonlinear.scalar.gradientClassDescriptionBase class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.optim.nonlinear.scalar.noderivClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.optim.nonlinear.vector.constrainedClassDescriptionBase class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.optim.univariateClassDescriptionBase class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.randomClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.specialClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.
-
Classes in org.hipparchus.exception used by org.hipparchus.statClassDescriptionInterface for localizable strings.Base class for all preconditions violation exceptions.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.stat.correlationClassDescriptionBase class for all preconditions violation exceptions.All exceptions thrown by the Hipparchus code inherit from this class.
-
Classes in org.hipparchus.exception used by org.hipparchus.stat.descriptiveClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.stat.descriptive.momentClassDescriptionBase class for all preconditions violation exceptions.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.stat.descriptive.rankClassDescriptionBase class for all preconditions violation exceptions.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.stat.descriptive.summaryClassDescriptionBase class for all preconditions violation exceptions.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.stat.descriptive.vectorClassDescriptionBase class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.stat.fittingClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.stat.inferenceClassDescriptionBase class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.All conditions checks that fail due to a
null
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.stat.intervalClassDescriptionBase class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.stat.regressionClassDescriptionBase class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.transformClassDescriptionInterface for localizable strings.Base class for all preconditions violation exceptions.
-
Classes in org.hipparchus.exception used by org.hipparchus.utilClassDescriptionInterface for localizable strings.Base class for all preconditions violation exceptions.Base class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.All exceptions thrown by the Hipparchus code inherit from this class.All conditions checks that fail due to a
null
argument must throw this exception.