| Author |
Comment/Response |
speleomania
|
10/03/12 11:25am
Thanks to all who responded
No, unfortunately it was not MovingMedian
Also - I know there's other ways to implement this functionality but it is the name of that function that I'm after
I remember I was also playing around with FindClusters when I discovered /and later forgot/ that function
Finally - you're right, my bad - the mean of 1 and 2 is 1 1/2 not 1/2
....
I think I got it!
MeanShift[{1, 2, 5, 6, 8, 9}, 1]
{3/2, 3/2, 11/2, 11/2, 17/2, 17/2}
Cheers!
URL: , |
|