Seasonal AR model
seasonalAR(x, ACS, season = "month")
x: vector of dates for gaussian process generationACS: list of ACS for each seasonseason: season namelibrary(data.table) data('precip') x <- seasonalACF(precip, 'month') seasonalAR(precip$date, x)
Related functions from the same R package