useDynLib("fHMM")
export(download_data)
export(exception)
export(fit_hmm)
importFrom("graphics", "plot")
importFrom("grDevices", "adjustcolor", "colorRampPalette", "dev.off",
             "pdf", "rgb")
importFrom("graphics", "abline", "axis", "curve", "hist", "legend",
             "lines", "mtext", "par", "points", "text", "title")
importFrom("stats", "acf", "dbinom", "dgamma", "dnorm", "dt", "nlm",
             "pgamma", "pt", "qnorm", "qqnorm", "rgamma", "rt", "runif",
             "sd")
importFrom("utils", "download.file", "head", "read.csv", "tail")