View source: R/garma_ggtsdisplay.R
garma_ggtsdisplay | R Documentation |
For a Gegenbauer process, use semi-parametric methods to obtain short memory version of the process, then run a ggtsdisplay().
garma_ggtsdisplay(x, k = 1, ...)
x |
(num) This should be a numeric vector representing the process to estimate. |
k |
(int) The number of Gegenbauer factors |
... |
additional parameters to pass to ggtsdisplay |
The purpose of this function is to ease the process of identifying the underlying short memory process.
A ggplot object.
data(AirPassengers)
ap <- as.numeric(diff(AirPassengers, 12))
garma_ggtsdisplay(ap)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.