utils.math.data_extraction.get_radius_std
- utils.math.data_extraction.get_radius_std(discrete_values: list)
Get the standard deviation of the radius in the discrete range.
- Parameters:
discrete_values – discrete values
- Returns:
standard deviation of the radius in the discrete range
- Example:
>>> get_radius_std([(1,2,3),(4,5,6),(7,8,9)]) 2.8284271247461903