# Generated by roxygen2: do not edit by hand

S3method(AIC,tkfit)
S3method(BIC,tkfit)
S3method(CAIC,tkfit)
S3method(DIC,tkfit)
S3method(HQIC,tkfit)
S3method(coef,tkfit)
S3method(expected_logposterior,tkfit)
S3method(logLik,tkfit)
S3method(neglogLik,tkfit)
S3method(plot,tkfit)
S3method(plot,tksensitivity)
S3method(predict,tkfit)
S3method(print,tkexpectation)
S3method(print,tkfit)
S3method(print,tkhessian)
S3method(print,tkmode)
S3method(print,tksensitivity)
S3method(residuals,tkfit)
S3method(summary,tkfit)
S3method(vcov,tkfit)
export(CAIC)
export(DIC)
export(HQIC)
export(eval_logposterior)
export(expected_logposterior)
export(loglik_complete)
export(loglik_dispatcher)
export(loglik_doubly_censored)
export(loglik_hybrid_censored)
export(loglik_interval_censored)
export(loglik_left_censored)
export(loglik_progressive_type2_censored)
export(loglik_right_censored)
export(loglik_type1_censored)
export(loglik_type2_censored)
export(logprior_beta)
export(logprior_dispatcher)
export(logprior_exponential)
export(logprior_gamma)
export(logprior_independent)
export(logprior_invgamma)
export(logprior_lognormal)
export(logprior_normal)
export(logprior_uniform)
export(logprior_weibull)
export(model_comparison_table)
export(neglogLik)
export(plot_convergence)
export(plot_credible_intervals)
export(plot_likelihood_surface)
export(plot_posterior_approximation)
export(plot_prior_posterior)
export(plot_residuals)
export(plot_sensitivity_estimates)
export(plot_sensitivity_logposterior)
export(plot_sensitivity_risk)
export(print_model_comparison)
export(tk_expectation)
export(tk_expectations)
export(tk_fit)
export(tk_hessian)
export(tk_loss)
export(tk_loss_custom)
export(tk_loss_gel)
export(tk_loss_linex)
export(tk_loss_precautionary)
export(tk_loss_sel)
export(tk_loss_weighted_sel)
export(tk_mode)
export(tk_plot)
export(tk_posterior)
export(tk_sensitivity)
importFrom(grDevices,devAskNewPage)
importFrom(grDevices,n2mfrow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,contour)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,coef)
importFrom(stats,dbeta)
importFrom(stats,dexp)
importFrom(stats,dgamma)
importFrom(stats,dlnorm)
importFrom(stats,dnorm)
importFrom(stats,dweibull)
importFrom(stats,logLik)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,residuals)
importFrom(stats,runif)
importFrom(stats,vcov)
importFrom(utils,sessionInfo)
