Distributions defined in this package have been added to the built-in Mathematica kernel. The input syntax for UniformDistribution has changed. Random and RandomArray are ...
All functionality is available in the newly created Hypothesis Testing Package.
Distributions defined in this package have been added to the built-in Mathematica kernel. Random and RandomArray are replaced by RandomReal.
ConvexHullMedian[{{x_1, y_1}, ..., {x_n, y_n}}] estimates the median to be the mean of the bivariate data points lying on the innermost layer of the convex layers of the data.
DelaunayTriangulation[{{x_1, y_1}, {x_2, y_2}, ...}] yields the planar Delaunay triangulation of the points {{x_1, y_1}, ...}.
Hull
(Computational Geometry Package Symbol) Hull is an option to DelaunayTriangulation that specifies whether the convex hull hull is to be returned in addition to the vertex adjacency list val describing the ...
LabelPoints is an option to DiagramPlot and PlanarGraphPlot that specifies whether to label points according to their position in the input list.
Ray
(Computational Geometry Package Symbol) Ray[{x_1, y_1}, {x_2, y_2}] is an object representing the infinite ray beginning at {x_1, y_1}in the direction of the point {x_2, y_2}.
TileAreas
(Computational Geometry Package Symbol) TileAreas[{{x_1, y_1}, {x_2, y_2}, ...}, {q_1, q_2, ...}, val] finds the areas of the tiles centered on {x_i, y_i} and having vertices q_j as stipulated by the vertex ...
TriangularSurfacePlot[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] plots the surface according to the Delaunay triangulation established by projecting the points onto the x-y ...