perwinpa {tsapp}R Documentation

perwinpa Parzen's window for direct spectral estimation

Description

perwinpa Parzen's window for direct spectral estimation

Usage

perwinpa(e, n)

Arguments

e

equal bandwidth (at most n frequencies are used for averaging)

n

length of time series

Value

w weights (symmetric)

Examples

data(WHORMONE)
w <- perwinpa(0.1,length(WHORMONE)) 


[Package tsapp version 1.0.4 Index]