Skip to main content
Taylor's user avatar
Taylor's user avatar
Taylor's user avatar
Taylor
  • Member for 7 years, 4 months
  • Last seen more than 6 years ago
awarded
awarded
awarded
awarded
awarded
Loading…
awarded
comment
revised
Loading…
Loading…
awarded
Loading…
Loading…
Loading…
awarded
comment
comment
Pythonic efficient way to compute the mean of two successives arrays and add the resulted array between them
@JohnZwinck, l can't make them into a single multidimensional array because each my_data[i] is a data example which is different from my_data[j] where i !=j. So the process l defined for computing the means of two successive arrays concern each my_data[i] , but can't for example compute the mean of the last array of my_data[i] and the first array of my_data[i+1]. Hope it's clear.