useDynLib(FitARMA, GetSimARMA)

export(
"FitARMA",
"GetFitARMA",
"ImpulseCoefficientsARMA",
"InformationMatrixARMA",
"SimulateGaussianARMA",
"TacvfARMA",
"coef.FitARMA",
"fitted.FitARMA",
"print.FitARMA",
"residuals.FitARMA",
"summary.FitARMA",
"tccfAR")

## methods 
S3method("coef", "FitARMA")
S3method("fitted", "FitARMA")
S3method("print", "FitARMA")
S3method("residuals", "FitARMA")
S3method("summary", "FitARMA")

importFrom("stats", "acf", "optim", "rnorm", "toeplitz", "tsp")
