|
SOLUTIONS
|
MULTIVARIATE STATISTICS 程序包 符号
MultivariateMedianDeviation
MultivariateMedianDeviation[matrix]
gives the median Euclidean distance from the median of the elements in matrix.
更多信息更多信息
- To use
, you first need to load the Multivariate Statistics Package using Needs["MultivariateStatistics`"].
is a univariate measure of median deviation for multivariate data.- The multivariate median deviation is given by the median of the list {Norm[x1-
], Norm[x2-
], ...}, where
and
is the median of matrix. - The following option can be given:
-
MedianMethod Median the median to use - Valid settings for MedianMethod are Median, SimplexMedian, ConvexHullMedian, and SpatialMedian.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
