#include <PongCache.h> [code]
Inherits QObject.
Inheritance diagram for Gnutella::PacketProcessing::PongCache:


Use EMA for Daily Uptimes: An exponential moving average (EMA) is actually a specific type of weighted moving average. It uses a constant (a smoothing factor) between 0 and 1 in the following manner: the current closing price (C) multiplied by the smoothing constant (S) added to the product of the previous day's exponential moving average value (PEMA) and 1 minus the smoothing factor, or: Today's EMA = S*C + (1 - S)*PEMA
Definition at line 58 of file PongCache.h.
|
|
Definition at line 64 of file PongCache.h. |
|
|
Definition at line 109 of file PongCache.h. |
|
|
Definition at line 108 of file PongCache.h. |
|
|
Definition at line 110 of file PongCache.h. |
|
|
Definition at line 81 of file PongCache.h. |
|
|
|
|
||||||||||||
|
Definition at line 55 of file PongCache.cpp. |
|
|
Definition at line 115 of file PongCache.cpp. |
|
|
Definition at line 119 of file PongCache.cpp. |
|
||||||||||||
|
Definition at line 215 of file PongCache.cpp. |
|
|
|
|
|
Definition at line 197 of file PongCache.cpp. |
|
|
Definition at line 237 of file PongCache.cpp. |
|
|
Definition at line 126 of file PongCache.cpp. |
|
||||||||||||
|
Definition at line 136 of file PongCache.cpp. |
|
|
Definition at line 113 of file PongCache.h. |
|
|
Definition at line 103 of file PongCache.h. |
|
|
Definition at line 104 of file PongCache.h. |
|
|
Definition at line 105 of file PongCache.h. |
|
|
Definition at line 99 of file PongCache.h. |
|
|
Definition at line 100 of file PongCache.h. |
|
|
Definition at line 106 of file PongCache.h. |
|
|
Definition at line 112 of file PongCache.h. |
|
|
Definition at line 114 of file PongCache.h. |
|
|
Definition at line 101 of file PongCache.h. |