@ -1 +1,9 @@
#ifndef average_median_H
#define average_median_H
double average(const double *data, int n);
double median(double *data, int n);
#endif