han: Hanning a sequence

Description Usage Arguments Value Author(s) Examples

Description

Performs hanning operation on a sequence of values where the end values are copied on.

Usage

1

Arguments

sequence

numeric vector of values

Value

vector of smoothed values from hanning operations.

Author(s)

Jim Albert

Examples

1
2
3
4
# illustrates 3RSS and 3RSSH smooths
plot(WWWusage)
plot(smooth(WWWusage,kind="3RSS"))
plot(han(smooth(WWWusage,kind="3RSS")))

bayesball/LearnEDAfunctions documentation built on Sept. 20, 2020, 2:45 p.m.