# Generated by roxygen2: do not edit by hand

S3method(as_dist,mle_fit)
S3method(as_dist,mle_fit_boot)
S3method(bias,mle_fit)
S3method(bias,mle_fit_boot)
S3method(cdf,mle_fit)
S3method(coef,mle_fit)
S3method(combine,list)
S3method(combine,mle_fit)
S3method(conditional,mle_fit)
S3method(confint,mle_fit)
S3method(confint,mle_fit_boot)
S3method(density,mle_fit)
S3method(density,mle_fit_boot)
S3method(dim,mle_fit)
S3method(dim,mle_fit_boot)
S3method(expectation,mle_fit)
S3method(inv_cdf,mle_fit)
S3method(joint,mle_fit)
S3method(logLik,mle_fit)
S3method(marginal,mle_fit)
S3method(mean,mle_fit)
S3method(mean,mle_fit_boot)
S3method(mse,mle_fit)
S3method(mse,mle_fit_boot)
S3method(nobs,mle_fit)
S3method(nobs,mle_fit_boot)
S3method(nparams,mle_fit)
S3method(nparams,mle_fit_boot)
S3method(obs,mle_fit)
S3method(obs,mle_fit_boot)
S3method(observed_fim,mle_fit)
S3method(orthogonal,mle_fit)
S3method(params,mle_fit)
S3method(params,mle_fit_boot)
S3method(pred,mle_fit)
S3method(print,mle_fit)
S3method(print,summary_mle_fit)
S3method(rmap,mle_fit)
S3method(sampler,mle_fit)
S3method(sampler,mle_fit_boot)
S3method(score_val,mle_fit)
S3method(se,mle_fit)
S3method(summary,mle_fit)
S3method(sup,mle_fit)
S3method(vcov,mle_fit)
S3method(vcov,mle_fit_boot)
export(as_dist)
export(bias)
export(cdf)
export(combine)
export(conditional)
export(confint_from_sigma)
export(expectation)
export(inv_cdf)
export(is_mle)
export(is_mle_boot)
export(joint)
export(marginal)
export(mle)
export(mle_boot)
export(mle_numerical)
export(mse)
export(nparams)
export(obs)
export(observed_fim)
export(orthogonal)
export(params)
export(pred)
export(rmap)
export(sampler)
export(score_val)
export(se)
export(sup)
importFrom(MASS,ginv)
importFrom(algebraic.dist,as_dist)
importFrom(algebraic.dist,cdf)
importFrom(algebraic.dist,conditional)
importFrom(algebraic.dist,empirical_dist)
importFrom(algebraic.dist,expectation)
importFrom(algebraic.dist,expectation_data)
importFrom(algebraic.dist,inv_cdf)
importFrom(algebraic.dist,marginal)
importFrom(algebraic.dist,mvn)
importFrom(algebraic.dist,normal)
importFrom(algebraic.dist,nparams)
importFrom(algebraic.dist,obs)
importFrom(algebraic.dist,params)
importFrom(algebraic.dist,rmap)
importFrom(algebraic.dist,sampler)
importFrom(algebraic.dist,sup)
importFrom(boot,boot.ci)
importFrom(mvtnorm,rmvnorm)
importFrom(numDeriv,jacobian)
importFrom(stats,AIC)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,cov)
importFrom(stats,density)
importFrom(stats,logLik)
importFrom(stats,nobs)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,vcov)
importFrom(utils,modifyList)
importFrom(utils,tail)
