Method CircularVariance
CircularVariance(ReadOnlySpan<double>)
Computes the circular variance of angles in degrees as 1 - R, where R is the mean resultant length.
public static double CircularVariance(ReadOnlySpan<double> anglesDeg)
Parameters
anglesDegReadOnlySpan<double>Angles in degrees.