moving weighted average?

Is there a simple way to do moving wavg. we have moving max, min, mavg, but nothing in reference points to anything to do a mwavg.

What about mwavg:{msum[x;y*z]%msum[x;y]} ?

HTH,

Pawel Tryfon

2013/12/20 naveen sharma <sharma.naveen888@gmail.com>

Is there a simple way to do moving wavg. we have moving max, min, mavg, but nothing in reference points to anything to do a mwavg.


Submitted via Google Groups

Great, Thanks!