exportMethods(
    "calc_weights",
    "full_mle",
    "qlrt",
    "show",
    "simulate" 
)
exportClasses(
     "normal_hmm_switching_mu",
     "normal_hmm_switching_sigma",
     "pois_hmm",
     "skew_normal_hmm_switching_sigma",
     "t_hmm_switching_mu"
)

export(calc_weights,full_mle,list_models,list_necessary_parameters,qlrt,select_model,simulate,stat_distr,price2logreturn,getNumberOfCores)

