# Generated by roxygen2: do not edit by hand

S3method("!=",dist_spec)
S3method("+",dist_spec)
S3method("==",dist_spec)
S3method(c,dist_spec)
S3method(collapse,dist_spec)
S3method(collapse,multi_dist_spec)
S3method(discrete_pmf,dist_spec)
S3method(discrete_pmf,fixed)
S3method(discretise,dist_spec)
S3method(discretise,multi_dist_spec)
S3method(dist_cdf,default)
S3method(dist_cdf,exp)
S3method(dist_cdf,gamma)
S3method(dist_cdf,lognormal)
S3method(dist_cdf,normal)
S3method(dist_cdf,weibull)
S3method(fix_parameters,dist_spec)
S3method(fix_parameters,multi_dist_spec)
S3method(get_parameters,dist_spec)
S3method(is_constrained,dist_spec)
S3method(is_constrained,multi_dist_spec)
S3method(lower_bounds,beta)
S3method(lower_bounds,character)
S3method(lower_bounds,default)
S3method(lower_bounds,dirichlet)
S3method(lower_bounds,exp)
S3method(lower_bounds,fixed)
S3method(lower_bounds,gamma)
S3method(lower_bounds,lognormal)
S3method(lower_bounds,normal)
S3method(lower_bounds,weibull)
S3method(max,dist_spec)
S3method(max,multi_dist_spec)
S3method(max,nonparametric)
S3method(mean,beta)
S3method(mean,dirichlet)
S3method(mean,dist_spec)
S3method(mean,exp)
S3method(mean,fixed)
S3method(mean,gamma)
S3method(mean,lognormal)
S3method(mean,multi_dist_spec)
S3method(mean,nonparametric)
S3method(mean,normal)
S3method(mean,uncertain_dist_spec)
S3method(mean,weibull)
S3method(natural_params,beta)
S3method(natural_params,character)
S3method(natural_params,default)
S3method(natural_params,dirichlet)
S3method(natural_params,exp)
S3method(natural_params,fixed)
S3method(natural_params,gamma)
S3method(natural_params,lognormal)
S3method(natural_params,normal)
S3method(natural_params,weibull)
S3method(plot,dist_spec)
S3method(print,dist_spec)
S3method(sample_dist,beta)
S3method(sample_dist,dist_spec)
S3method(sample_dist,exp)
S3method(sample_dist,fixed)
S3method(sample_dist,gamma)
S3method(sample_dist,lognormal)
S3method(sample_dist,multi_dist_spec)
S3method(sample_dist,nonparametric)
S3method(sample_dist,normal)
S3method(sample_dist,uncertain_dist_spec)
S3method(sample_dist,weibull)
S3method(sd,beta)
S3method(sd,default)
S3method(sd,dist_spec)
S3method(sd,exp)
S3method(sd,fixed)
S3method(sd,gamma)
S3method(sd,lognormal)
S3method(sd,multi_dist_spec)
S3method(sd,nonparametric)
S3method(sd,normal)
S3method(sd,uncertain_dist_spec)
S3method(sd,weibull)
S3method(to_natural,beta)
S3method(to_natural,exp)
S3method(to_natural,gamma)
S3method(to_natural,lognormal)
S3method(to_natural,normal)
S3method(to_natural,weibull)
export(Beta)
export(Dirichlet)
export(Exp)
export(Exponential)
export(Fixed)
export(Gamma)
export(LogNormal)
export(NonParametric)
export(Normal)
export(Weibull)
export(bound_dist)
export(collapse)
export(convert_to_logmean)
export(convert_to_logsd)
export(discretise)
export(discretize)
export(fix_parameters)
export(get_distribution)
export(get_parameters)
export(get_pmf)
export(has_uncertainty)
export(is_constrained)
export(lower_bounds)
export(natural_params)
export(ndist)
export(new_dist_spec)
export(sample_dist)
export(sd)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(cli,col_blue)
importFrom(methods,is)
importFrom(primarycensored,dprimarycensored)
importFrom(primarycensored,qprimarycensored)
importFrom(rlang,.data)
importFrom(rlang,`%||%`)
importFrom(rlang,arg_match)
importFrom(stats,ave)
importFrom(stats,pexp)
importFrom(stats,pgamma)
importFrom(stats,plnorm)
importFrom(stats,pnorm)
importFrom(stats,pweibull)
importFrom(stats,rbeta)
importFrom(stats,rexp)
importFrom(stats,rgamma)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,rweibull)
importFrom(stats,uniroot)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,head)
importFrom(utils,tail)
