Description Usage Arguments Examples
'Spectral density operator of a MA vector process' Object
1 | SpecMA(a, nfreq = 2^9, noise.type)
|
a |
the filter of the moving average |
nfreq |
the number of frequencies between 0 and pi at which the spectral density has to be computed |
noise.type |
the type of noise that is driving the MA process. See
|
1 2 3 4 5 | ma.scale1=c(-1.4,2.3,-2)
a1=Generate_filterMA(6, 6, MA.len=3, ma.scale=ma.scale1)
a1.spec=SpecMA(a1, nfreq=512, noise.type='wiener')
plot(a1.spec)
rm(a1, a1.spec)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.