# Generated by roxygen2: do not edit by hand

S3method(forecast,dynamic_fit)
S3method(plot,dynamic_fit)
S3method(predict,dynamic_fit)
S3method(print,dynamic_fit)
S3method(print,dynamic_forecast)
S3method(print,dynamic_prior)
S3method(print,summary.dynamic_fit)
S3method(summary,dynamic_fit)
export(dynamic_prior)
export(fit_dynamic_model)
export(forecast)
export(plot_fitted)
export(plot_forecast)
export(plot_latent)
export(plot_zero_inflation)
export(simulate_dynamic_binomial)
export(simulate_dynamic_poisson)
export(structural_zero_prob)
importFrom(grDevices,adjustcolor)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(stats,dbinom)
importFrom(stats,dexp)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,plogis)
importFrom(stats,qlogis)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,head)
