6.3. cpforager.utils.circular_mean
- cpforager.utils.circular_mean(angles)
Compute circular mean of angles in degrees.
- Parameters:
angles (list) – angles in degrees for which we want to compute the mean.
- Returns:
the circular mean of angles in degrees.
- Return type:
float