Uses of Class
org.apache.commons.math3.exception.InsufficientDataException
Packages that use InsufficientDataException
Package
Description
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.
Classes providing hypothesis testing.
-
Uses of InsufficientDataException in org.apache.commons.math3.geometry.euclidean.twod.hull
Methods in org.apache.commons.math3.geometry.euclidean.twod.hull that throw InsufficientDataExceptionModifier and TypeMethodDescriptionConvexHull2D.createRegion()
Returns a new region that is enclosed by the convex hull. -
Uses of InsufficientDataException in org.apache.commons.math3.geometry.hull
Methods in org.apache.commons.math3.geometry.hull that throw InsufficientDataExceptionModifier and TypeMethodDescriptionConvexHull.createRegion()
Returns a new region that is enclosed by the convex hull. -
Uses of InsufficientDataException in org.apache.commons.math3.stat.inference
Methods in org.apache.commons.math3.stat.inference that throw InsufficientDataExceptionModifier and TypeMethodDescriptionstatic double
TestUtils.kolmogorovSmirnovStatistic
(double[] x, double[] y) static double
TestUtils.kolmogorovSmirnovStatistic
(RealDistribution dist, double[] data) static double
TestUtils.kolmogorovSmirnovTest
(double[] x, double[] y) static double
TestUtils.kolmogorovSmirnovTest
(double[] x, double[] y, boolean strict) static double
TestUtils.kolmogorovSmirnovTest
(RealDistribution dist, double[] data) static double
TestUtils.kolmogorovSmirnovTest
(RealDistribution dist, double[] data, boolean strict) static boolean
TestUtils.kolmogorovSmirnovTest
(RealDistribution dist, double[] data, double alpha)