movave(timeslab)R Documentation

Apply Moving Average Smoother to a Vector (Fortran Version)

Description

Apply Moving Average Smoother to a Vector (Fortran Version)

Usage

movave(x,k)

Arguments

x Array containing the data.
k Length of the moving average smoother.

Value

movave returns the resulting smoothed array {z}.


[Package Contents]