# Generated by roxygen2: do not edit by hand

S3method(plot,ma_forecast)
S3method(print,ma_accuracy)
S3method(print,ma_acf_pacf)
S3method(print,ma_ar_fit)
S3method(print,ma_ar_model)
S3method(print,ma_descriptive_stats)
S3method(print,ma_diagnostic_tests)
S3method(print,ma_forecast)
S3method(print,ma_impulse_response)
S3method(print,ma_model_comparison)
S3method(print,ma_monte_carlo_simulation)
S3method(print,ma_residual_diagnostics)
S3method(print,ma_spectral_analysis)
S3method(print,ma_stability_analysis)
S3method(print,ma_stationarity_tests)
S3method(print,ma_structural_break)
export(ma_accuracy)
export(ma_acf_pacf)
export(ma_acf_plot)
export(ma_ar_fit)
export(ma_ars_model)
export(ma_descriptive_stats)
export(ma_diagnostic_tests)
export(ma_forecast)
export(ma_forecast_plot)
export(ma_histogram_plot)
export(ma_impulse_response)
export(ma_model_comparison)
export(ma_monte_carlo_simulation)
export(ma_multiple_merger_ar)
export(ma_normality_tests)
export(ma_pacf_plot)
export(ma_qq_plot)
export(ma_residual_diagnostics)
export(ma_residual_plot)
export(ma_spectral_analysis)
export(ma_stability_analysis)
export(ma_stationarity_tests)
export(ma_structural_break)
importFrom(MASS,mvrnorm)
importFrom(forecast,accuracy)
importFrom(forecast,forecast)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,stat_function)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,polygon)
importFrom(gridExtra,grid.arrange)
importFrom(lmtest,bgtest)
importFrom(lmtest,bptest)
importFrom(moments,kurtosis)
importFrom(moments,skewness)
importFrom(nortest,ad.test)
importFrom(nortest,cvm.test)
importFrom(nortest,pearson.test)
importFrom(nortest,sf.test)
importFrom(numDeriv,hessian)
importFrom(sandwich,vcovHC)
importFrom(stats,Box.test)
importFrom(stats,IQR)
importFrom(stats,acf)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,dnorm)
importFrom(stats,embed)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,pacf)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,ppoints)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,spec.pgram)
importFrom(stats,ts)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(strucchange,breakpoints)
importFrom(strucchange,efp)
importFrom(strucchange,sctest)
importFrom(tseries,adf.test)
importFrom(tseries,jarque.bera.test)
importFrom(tseries,pp.test)
importFrom(urca,ur.ers)
importFrom(urca,ur.kpss)
importFrom(utils,tail)
