taper: 'taper' taper modification of a time series

Description Usage Arguments Value Examples

View source: R/frequdom.r

Description

taper taper modification of a time series

Usage

1
taper(y, part)

Arguments

y

the time series

part

scalar, 0 <= part <= 0.5, part of modification (at each end of y)

Value

tp tapered time series

Examples

1
2
3
4
5
data(WHORMONE)
out <-taper(WHORMONE,0.3)
 
plot(WHORMONE) 
lines(out,col="red") 

tsapp documentation built on Oct. 30, 2021, 5:08 p.m.

Related to taper in tsapp...