frlearn.dispersion_measures.standard_deviation#

frlearn.dispersion_measures.standard_deviation(X)#

Square root of the sum of the squared distances to the mean.

Parameters:
Xnp.array

Dataset. Should be a two-dimensional array.

Returns:
a: np.array

One-dimensional array that contains the standard deviation for each feature.