std
Computes std value for each channel of the provided arrays.
NOTE: might be migrated to multik in the future.
Return
an array of size channels containing std value for each channel.
Parameters
arrays
input arrays. Size of each array should be divisible by the passed channels number.
channels
number of channels to compute std value for.