IntelliJ Java IDE
The moose likes General Computing and the fly likes Something similiar to Exponential Moving Average(EWA) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » General Computing
Reply Bookmark "Something similiar to Exponential Moving Average(EWA)" Watch "Something similiar to Exponential Moving Average(EWA)" New topic
Author

Something similiar to Exponential Moving Average(EWA)

lily zou
Ranch Hand

Joined: Jan 15, 2002
Posts: 50
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
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)
 
Threads others viewed
How to convert exponential value to decimal form
Thinking in Java excercise
Help needed
Caculating Compounded interest without double values
Changing the exponential number into normal readable number format?
IntelliJ Java IDE