6.4. cpforager.utils.circular_sd
- cpforager.utils.circular_sd(angles)
Compute circular standard deviation of angles in degrees.
- Parameters:
angles (list) – angles in degrees for which we want to compute the standard deviation.
- Returns:
the circular standard deviation of angles in degrees.
- Return type:
float