Calculate the mean and standard deviation of an array which is split into N components.
- Parameters:
- arr
Iterable The input array
- num
int The number of arrays to split the data (equally) into
- Returns:
- mean_out
float The mean of the list of arrays.
- std_out
float The standard deviation of the list of arrays.