SphericalDescriptiveStatistics Methods | 
The SphericalDescriptiveStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| DispersionAboutPosition | 
            Calculates the dispersion about a given input position.
              | |
| MeanDirection | 
            Calculates the mean direction of a list of data.
              | |
| MeanResultantLength | 
            Calculates the mean resultant length of a list of data.
              | |
| MeanVector | 
            Computes the mean vector.
              | |
| MedianDirection(IListUnitCartesian) | 
            Calculates the median direction of the data by using a simplex heuristic optimizer.
            The calculation method of the optimizer defaults to NormalizedSpatialMedian which minimizes the normalized spatial median function.
              | |
| MedianDirection(IListUnitCartesian, SphericalMedianCalculationMethod) | 
            Calculates the median direction of the data by using a simplex heuristic optimizer.
            The optimizer minimizes the normalized spatial median function or the embedded R^3 arc distance function to compute the median.
              | |
| MedianDirection(IListUnitCartesian, SphericalMedianCalculationMethod, MultivariableFunctionSolverResultsMultivariableFunctionSolverIterationResults) | 
            Calculates the median direction of the data by using a simplex heuristic optimizer.
            The optimizer minimizes the normalized spatial median function or the embedded R^3 arc distance function to compute the median.
              | |
| ScatterMatrix | 
            Calculates the scatter matrix based upon the input data.
              | |
| Variance | 
            Calculates the variance of a list of data.
              |