utils.math.data_extraction.get_mean_theta

utils.math.data_extraction.get_mean_theta(discrete_values: list)

Get the mean of the theta in the discrete range.

Parameters:

discrete_values – discrete values

Returns:

mean of the theta in the discrete range

Example:

>>> get_mean_theta([(1,2,3),(4,5,6),(7,8,9)])
0.7853981633974483