specparam.utils.array.compute_arr_desc

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

Compute descriptive measures of an array of data.

Parameters:
dataarray

Array of numeric data.

Returns:
min_valfloat

Minimum value of the array.

max_valfloat

Maximum value of the array.

mean_valfloat

Mean value of the array.