# Generated by roxygen2: do not edit by hand

export(AIC_HMM)
export(BIC_HMM)
export(Baum_Welch_algorithm)
export(HMM_based_method)
export(HMM_decoding)
export(HMM_simulation)
export(HMM_training)
export(Viterbi_algorithm)
export(cut_off_point_method)
export(dgenpois)
export(direct_numerical_maximization)
export(forward_backward_algorithm)
export(initial_parameter_training)
export(local_decoding_algorithm)
export(pgenpois)
export(rgenpois)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,dgeom)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,nlm)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,rgeom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
