Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
7fc9e1d0cea57b0c69ee887884b7e29e8d58d856
[simgrid.git] / src / nws_portability / Include / run_mean.h
1 /* $Id$ */
2
3 #if !defined(RUN_MEAN_H)
4 #define RUN_MEAN_H
5
6 #include "fbuff.h"
7
8 char *InitRunMean(fbuff series, fbuff time_stamps, char *params);
9 void FreeRunMean(char *state);
10 void UpdateRunMean(char *state, double ts, double value); 
11 int ForcRunMean(char *state, double *v);
12 #endif
13