Patterns in static

Apophenia

Functions
apop_smoothing.c File Reference

Functions

gsl_vector * apop_vector_moving_average (gsl_vector *v, size_t bandwidth)
 

Detailed Description

A few smoothing-type functions, like moving averages.

Function Documentation

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.

Parameters
vThe input vector, unsmoothed
bandwidthThe number of elements to be smoothed.

Autogenerated by doxygen on Thu Jan 1 2015 (Debian 0.999b+ds3-2).