# Generated by roxygen2: do not edit by hand

S3method(aic,mle)
S3method(bias,mle)
S3method(bias,mle_boot)
S3method(confint,mle)
S3method(confint,mle_boot)
S3method(expectation,mle)
S3method(loglik_val,mle)
S3method(marginal,mle)
S3method(mse,mle)
S3method(mse,mle_boot)
S3method(nobs,mle)
S3method(nobs,mle_boot)
S3method(nparams,mle)
S3method(nparams,mle_boot)
S3method(obs,mle)
S3method(obs,mle_boot)
S3method(observed_fim,mle)
S3method(orthogonal,mle)
S3method(params,mle)
S3method(params,mle_boot)
S3method(pred,mle)
S3method(print,mle)
S3method(print,summary_mle)
S3method(rmap,mle)
S3method(sampler,mle)
S3method(sampler,mle_boot)
S3method(score_val,mle)
S3method(se,mle)
S3method(summary,mle)
S3method(vcov,mle)
S3method(vcov,mle_boot)
export(aic)
export(bias)
export(confint_from_sigma)
export(expectation)
export(is_mle)
export(is_mle_boot)
export(loglik_val)
export(marginal)
export(mle)
export(mle_boot)
export(mle_numerical)
export(mle_weighted)
export(mse)
export(nparams)
export(obs)
export(observed_fim)
export(orthogonal)
export(params)
export(pred)
export(rmap)
export(sampler)
export(score_val)
export(se)
importFrom(MASS,ginv)
importFrom(algebraic.dist,expectation)
importFrom(algebraic.dist,expectation_data)
importFrom(algebraic.dist,marginal)
importFrom(algebraic.dist,nparams)
importFrom(algebraic.dist,obs)
importFrom(algebraic.dist,params)
importFrom(algebraic.dist,rmap)
importFrom(algebraic.dist,sampler)
importFrom(boot,boot.ci)
importFrom(mvtnorm,rmvnorm)
importFrom(numDeriv,jacobian)
importFrom(stats,confint)
importFrom(stats,cov)
importFrom(stats,nobs)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,vcov)
importFrom(utils,modifyList)
importFrom(utils,tail)
