Learn R Programming

tsapp (version 1.0.4)

perwinba: 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

Run this code
# NOT RUN {
data(WHORMONE)
w <- perwinba(0.1,length(WHORMONE)) 

# }

Run the code above in your browser using DataLab