neurom.stats.scalar_stats¶
-
neurom.stats.
scalar_stats
(data, functions=('min', 'max', 'mean', 'std'))[source]¶ Calculate the stats from the given numpy functions
Parameters: data – array of data points to be used for the stats - Options:
- functions: tuple of numpy stat functions to apply on data
Returns: Dictionary with tha name of the function as key and the result as the respective value