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")a data.table with columns date, gauss
(Gaussian process values), and season (season index)
POSIXct vector of dates for which to generate the process
named list of ACS vectors (one per season, starting at lag 0)
character; name of a date-component function (default
"month")
simulateTS, analyzeTS