sim_parCoef(2, 4) # 2 seasons
sim_parCoef(2, 4, sigma2 = c(2, 4))
sim_parCoef(2, 1)
sim_parCoef(4, 2) # 4 seasons
sim_parCoef(period = 4, n.root = 6,
eigabs = c(1, 1, 1, 0.036568887, 0.001968887),
type.eigval = c("cp", "r", "r", "r", "r"),
eigsign = c(pi/2, 1, -1, 1, -1))
Run the code above in your browser using DataLab