Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
|
Re: avoiding for loop
Posted:
Aug 1, 2012 6:52 AM
|
|
Hi,
for the mean calculation asked above, i need little complexity to be included.
to calculate (different) mean at the center of circular window with rad=3 (say mean3) with the modification that
mean3 = (mn1+mn2+mn3)/3
where mn(i) is mean of rad i circular window (as before)
how to modify above suggested solution for this problem?
thanks
|
|
|
|