Click or drag to resize

CircularDescriptiveStatistics Methods

The CircularDescriptiveStatistics type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDispersionAboutAngle
Calculates the dispersion of a list of angles about a given angle.
Public methodStatic memberMeanDifference
Calculates the mean angular distance between angles in a list.
Public methodStatic memberMeanDirection
Calculates the mean direction of a list of angles.
Public methodStatic memberMeanResultantLength
Calculates the mean resultant length of a list of angles.
Public methodStatic memberMedianDirection
Calculates the median of a list of angles by minimizing E[ π - | π - | θ - φ | | ] where φ is the median angle sought, and θ represents the angles from the input data list.
Public methodStatic memberStandardDeviation
Calculates the standard deviation of a list of angles.
Public methodStatic memberVariance
Calculates the variance of a list of angles.
Top
See Also