seasonalAR function

Seasonal AR model

Seasonal AR model

seasonalAR(x, ACS, season = "month")

Arguments

  • x: vector of dates for gaussian process generation
  • ACS: list of ACS for each season
  • season: season name

Examples

library(data.table) data('precip') x <- seasonalACF(precip, 'month') seasonalAR(precip$date, x)

Other functions in CoSMoS

Related functions from the same R package