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.
|
Modifier and Type | Method and Description |
---|---|
Region<Euclidean2D> |
ConvexHull2D.createRegion()
Returns a new region that is enclosed by the convex hull.
|
Modifier and Type | Method and Description |
---|---|
Region<S> |
ConvexHull.createRegion()
Returns a new region that is enclosed by the convex hull.
|
Modifier and Type | Method and Description |
---|---|
static 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) |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.