Click or drag to resize

CircularDescriptiveStatistics Class

Provides descriptive statistic methods suited for circular data. The algorithms are based on "Directional Statistics" by Mardia and Jupp.
Inheritance Hierarchy
SystemObject
  AGI.FoundationCircularDescriptiveStatistics

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class CircularDescriptiveStatistics

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