Uses of Class
org.apache.commons.math3.exception.InsufficientDataException
-
Packages that use InsufficientDataException Package Description org.apache.commons.math3.geometry.euclidean.twod.hull This package provides algorithms to generate the convex hull for a set of points in an two-dimensional euclidean space.org.apache.commons.math3.geometry.hull This package provides interfaces and classes related to the convex hull problem.org.apache.commons.math3.stat.inference 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 InsufficientDataException Modifier and Type Method Description Region<Euclidean2D>ConvexHull2D. 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 InsufficientDataException Modifier and Type Method Description Region<S>ConvexHull. 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 InsufficientDataException Modifier and Type Method Description static doubleTestUtils. kolmogorovSmirnovStatistic(double[] x, double[] y)static doubleTestUtils. kolmogorovSmirnovStatistic(RealDistribution dist, double[] data)static doubleTestUtils. kolmogorovSmirnovTest(double[] x, double[] y)static doubleTestUtils. kolmogorovSmirnovTest(double[] x, double[] y, boolean strict)static doubleTestUtils. kolmogorovSmirnovTest(RealDistribution dist, double[] data)static doubleTestUtils. kolmogorovSmirnovTest(RealDistribution dist, double[] data, boolean strict)static booleanTestUtils. kolmogorovSmirnovTest(RealDistribution dist, double[] data, double alpha)
-