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