masmooth(timeslab)R Documentation

Apply Moving Average Smoother to a Vector (S Version)

Description

Apply Moving Average Smoother to a Vector (S Version)

Usage

masmooth(x,k)

Arguments

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

Value

masmooth returns the resulting smoothed array {z}.


[Package Contents]