specparam.utils.array.normalize

specparam.utils.array.normalize(data)[source]

Normalize an array of numerical data (to the range of 0-1).

Parameters:
datandarray

Array of data to normalize.

Returns:
np.ndarray

Normalized data.