perwinba {tsapp} | R Documentation |
perwinba
Bartlett-Priestley window for direct spectral estimation
Description
perwinba
Bartlett-Priestley window for direct spectral estimation
Usage
perwinba(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 <- perwinba(0.1,length(WHORMONE))
[Package tsapp version 1.0.4 Index]