![]() |
|
Functions | |
| gsl_vector * | apop_vector_moving_average (gsl_vector *v, size_t bandwidth) |
A few smoothing-type functions, like moving averages.
| gsl_vector* apop_vector_moving_average | ( | gsl_vector * | v, |
| size_t | bandwidth | ||
| ) |
Return a new vector that is the moving average of the input vector.
| v | The input vector, unsmoothed |
| bandwidth | The number of elements to be smoothed. |