# NOT RUN {
# Creates an ARMA(1,1) process with predefined coefficients.
ARMA11(phi = .23, theta = .1, sigma2 = 1)
# Creates an ARMA(1,1) process with values to be guessed on callibration.
ARMA11()
# }
Run the code above in your browser using DataLab