# Generated by roxygen2: do not edit by hand

S3method("+",dist)
S3method("-",dist)
S3method(cdf,empirical_dist)
S3method(cdf,exponential)
S3method(cdf,mvn)
S3method(cdf,normal)
S3method(conditional,dist)
S3method(conditional,empirical_dist)
S3method(density,empirical_dist)
S3method(density,exponential)
S3method(density,mvn)
S3method(density,normal)
S3method(dim,empirical_dist)
S3method(dim,exponential)
S3method(dim,finite_set)
S3method(dim,interval)
S3method(dim,mvn)
S3method(dim,normal)
S3method(expectation,dist)
S3method(expectation,empirical_dist)
S3method(expectation,univariate_dist)
S3method(has,finite_set)
S3method(has,interval)
S3method(hazard,exponential)
S3method(infimum,finite_set)
S3method(infimum,interval)
S3method(inv_cdf,exponential)
S3method(inv_cdf,normal)
S3method(marginal,empirical_dist)
S3method(marginal,mvn)
S3method(mean,edist)
S3method(mean,empirical_dist)
S3method(mean,exponential)
S3method(mean,mvn)
S3method(mean,normal)
S3method(mean,univariate_dist)
S3method(nobs,empirical_dist)
S3method(nparams,empirical_dist)
S3method(obs,empirical_dist)
S3method(params,edist)
S3method(params,empirical_dist)
S3method(params,exponential)
S3method(params,mvn)
S3method(params,normal)
S3method(print,edist)
S3method(print,empirical_dist)
S3method(print,exponential)
S3method(print,interval)
S3method(print,mvn)
S3method(print,normal)
S3method(print,summary_dist)
S3method(rmap,dist)
S3method(rmap,empirical_dist)
S3method(rmap,mvn)
S3method(sampler,default)
S3method(sampler,edist)
S3method(sampler,empirical_dist)
S3method(sampler,exponential)
S3method(sampler,mvn)
S3method(sampler,normal)
S3method(simplify,dist)
S3method(simplify,edist)
S3method(summary,dist)
S3method(sup,empirical_dist)
S3method(sup,exponential)
S3method(sup,mvn)
S3method(sup,normal)
S3method(supremum,finite_set)
S3method(supremum,interval)
S3method(surv,exponential)
S3method(vcov,default)
S3method(vcov,edist)
S3method(vcov,empirical_dist)
S3method(vcov,exponential)
S3method(vcov,mvn)
S3method(vcov,normal)
S3method(vcov,univariate_dist)
export(cdf)
export(conditional)
export(edist)
export(empirical_dist)
export(expectation)
export(expectation_data)
export(exponential)
export(finite_set)
export(has)
export(hazard)
export(infimum)
export(interval)
export(inv_cdf)
export(is_dist)
export(is_edist)
export(is_empirical_dist)
export(is_exponential)
export(is_mvn)
export(is_normal)
export(marginal)
export(mvn)
export(normal)
export(nparams)
export(obs)
export(params)
export(rmap)
export(sample_mvn_region)
export(sampler)
export(simplify)
export(summary_dist)
export(sup)
export(supremum)
export(surv)
importFrom(R6,R6Class)
importFrom(mvtnorm,dmvnorm)
importFrom(mvtnorm,pmvnorm)
importFrom(mvtnorm,rmvnorm)
importFrom(stats,cov)
importFrom(stats,density)
importFrom(stats,dexp)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,integrate)
importFrom(stats,mahalanobis)
importFrom(stats,nobs)
importFrom(stats,pexp)
importFrom(stats,pnorm)
importFrom(stats,qchisq)
importFrom(stats,qexp)
importFrom(stats,qnorm)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(utils,modifyList)
