Something similiar to Exponential Moving Average(EWA)
lily zou
Ranch Hand
Joined: Jan 15, 2002
Posts: 50
posted
0
I need to do some statistic calculation for some application components. I know there is a indicator called EWA but what I want to do is to retrieve something like Exponential Moving Worst value, meaning the longest time value that component to take to do certain task, giving more weight to more recent values. I am wondering if anyone knows any tools or any way to obtain this value ? Your help is highly appreciated. Lily
Adrian Yan
Ranch Hand
Joined: Oct 02, 2000
Posts: 688
posted
0
well, EMA is basic math formular that calculates weighted value, I don't know what Exponential Moving Worst is, but I would imagine it's also a mathematical formula you can use. You should be able to do it on Excel.
subject: Something similiar to Exponential Moving Average(EWA)