powered by
dynspecest
dynspecest performs a dynamic spectrum estimation
dynspecest(y, nseg, nf, e, theta = 0, phi = 15, d, Plot = FALSE)
time series or vector
number of segments for which the spectrum is estimated
number of equally spaced frequencies
equal bandwidth
azimuthal viewing direction, see R function persp
colatitude viewing direction, see R function persp
a value to vary the strength of the perspective transformation, see R function persp
logical, schould a plot be generated?
out list with components
frequencies, vector of length nf
time, vector of length nseg
the spectral estimates, (nf,nt)-matrix
# NOT RUN { data(IBM) y <- diff(log(IBM)) out <- dynspecest(y,60,50,0.2,theta=0,phi=15,d=1,Plot=FALSE) # }
Run the code above in your browser using DataLab