truelearn.preprocessing.get_values_sample_std#

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

Calculate the sample standard deviation of an iterable of values.

Parameters:

cosines – An iterable of float values.

Returns:

The sample standard deviation of the values in the iterable.