HomeSort by relevance Sort by last modified time
    Searched defs:EstimationException (Results 1 - 3 of 3) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
EstimationException.java 34 public class EstimationException
46 public EstimationException(String specifier, Object ... parts) {
57 public EstimationException(Localizable specifier, Object ... parts) {
AbstractEstimator.java 148 * @exception EstimationException if the number of cost evaluations
152 throws EstimationException {
155 throw new EstimationException(LocalizedFormats.MAX_EVALUATIONS_EXCEEDED,
211 * @exception EstimationException if the covariance matrix
215 throws EstimationException {
242 throw new EstimationException(LocalizedFormats.UNABLE_TO_COMPUTE_COVARIANCE_SINGULAR_PROBLEM);
252 * @exception EstimationException if the covariances matrix cannot be computed
257 throws EstimationException {
261 throw new EstimationException(
312 * @exception EstimationException if the problem cannot be solve
    [all...]
LevenbergMarquardtEstimator.java 239 * @exception EstimationException if convergence cannot be
249 throws EstimationException {
454 throw new EstimationException("cost relative tolerance is too small ({0})," +
459 throw new EstimationException("parameters relative tolerance is too small" +
464 throw new EstimationException("orthogonality tolerance is too small ({0})," +
797 * @exception EstimationException if the decomposition cannot be performed
799 private void qrDecomposition() throws EstimationException {
826 throw new EstimationException(

Completed in 373 milliseconds