Description Usage Arguments Details Value See Also Examples
Constructs a plot of the AR spectral density function.
1 |
phi |
AR Coefficients |
theta |
MA Coefficients |
units |
default is "radial" |
logSdf |
default is FALSE otherwise log sdf is plotted |
InnovationVariance |
innovation variance, default is 1 |
main |
optional plot title |
sub |
optional subtitle |
lwd |
optional lwd for plot, default lwd=3. |
col |
optional col for plot. Default "blue". |
plotQ |
True, plot otherwise not |
... |
optional arguments |
The spectral density function is symmetric and defined in (-pi, pi) but plotted over (0, pi). If units are not "radial", it is plotted over (0, 0.5).
Plot is produced using plot. Matrix with 2 columns containing the frequencies and spectral density is returned invisibly.
1 2 3 4 5 6 7 8 | |
Loading required package: lattice
Loading required package: leaps
Loading required package: ltsa
Loading required package: bestglm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.