movavg_struct Struct Reference
[Moving average predictor.]

Moving Average predictor class definition. More...

#include <movavg.h>

Data Fields

qmgr_pred_t base
 Base class stuff (i.e.
qos_queue_t queue
 The queue of values.
int sample_size
 Maximum number of samples in the windows.
qres_time_t sum
 Sum of samples in the moving window.
int forget_f
 Forgetting factor (MAX_FORGET_F ~= 1.0).
int forget_f_N
 == forget_f ^ curr_window_size

Detailed Description

Moving Average predictor class definition.

Definition at line 29 of file movavg.h.


Field Documentation

Base class stuff (i.e.

virtual table)

Definition at line 30 of file movavg.h.


The documentation for this struct was generated from the following file:
Generated on Mon Aug 2 22:38:48 2010 for qosmgr by  doxygen 1.6.3