truelearn.preprocessing.get_values_population_std#

truelearn.preprocessing.get_values_population_std(cosines: Iterable[float]) float[source]#

Calculate the population standard deviation of an iterable of values.

Parameters:

cosines – An iterable of float values.

Returns:

The population standard deviation of the values in the iterable.