pub fn mean<T, Scalar, Out>(iter: T) -> Out
Expand description
Compute the mean of a collection of angles.
Note that because angles are circular, a standard summation and dividing by len()
is not valid, even if all angles are normalized.
pub fn mean<T, Scalar, Out>(iter: T) -> Out
Compute the mean of a collection of angles.
Note that because angles are circular, a standard summation and dividing by len()
is not valid, even if all angles are normalized.