| seasonalAR | R Documentation |
Generates a seasonal Gaussian AR process over a vector of dates, one season at a time, using precomputed ACS-derived AR coefficients.
seasonalAR(x, ACS, season = "month")
x |
POSIXct vector of dates for which to generate the process |
ACS |
named list of ACS vectors (one per season, starting at lag 0) |
season |
character; name of a date-component function (default
|
a data.table with columns date, gauss
(Gaussian process values), and season (season index)
simulateTS, analyzeTS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.