Click or drag to resize

SphericalDescriptiveStatistics Methods

The SphericalDescriptiveStatistics type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDispersionAboutPosition
Calculates the dispersion about a given input position.
Public methodStatic memberMeanDirection
Calculates the mean direction of a list of data.
Public methodStatic memberMeanResultantLength
Calculates the mean resultant length of a list of data.
Public methodStatic memberMeanVector
Computes the mean vector.
Public methodStatic memberMedianDirection(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.
Public methodStatic memberMedianDirection(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.
Public methodStatic memberMedianDirection(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.
Public methodStatic memberScatterMatrix
Calculates the scatter matrix based upon the input data.
Public methodStatic memberVariance
Calculates the variance of a list of data.
Top
See Also