smooth_gauss: Gaussian smoothing

Description Usage Arguments Value Examples

Description

Smooths data in x using either a gaussian window which has a total width given by 2*ns+1 (each side contains ns data points)

Usage

1

Arguments

x

data matrix to smooth (smoothing is done columnwise)

ns

smoothing width of the window

Value

y.smt corresponding to the smoothed data

Examples

1
2
y <- sqrt(data.mat+1)  # data.mat contains the stations in columns and time in rows
y_smm <- smooth_gauss(y, 8)

proto4426/ValUSunSSN documentation built on May 26, 2019, 10:31 a.m.