# Generated by roxygen2: do not edit by hand

S3method(assumptions,dfr_dist_series)
S3method(component,dfr_dist_series)
S3method(component_hazard,dfr_dist_series)
S3method(ncomponents,dfr_dist_series)
S3method(param_layout,dfr_dist_series)
S3method(print,dfr_dist_series)
S3method(sample_components,dfr_dist_series)
export(assumptions)
export(cdf)
export(component)
export(component_hazard)
export(cum_haz)
export(dfr_dist)
export(dfr_dist_series)
export(dfr_exponential)
export(dfr_gompertz)
export(dfr_loglogistic)
export(dfr_weibull)
export(fit)
export(hazard)
export(hess_loglik)
export(inv_cdf)
export(is_dfr_dist)
export(is_dfr_dist_series)
export(loglik)
export(ncomponents)
export(param_layout)
export(params)
export(sample_components)
export(sampler)
export(score)
export(surv)
importFrom(algebraic.dist,cdf)
importFrom(algebraic.dist,hazard)
importFrom(algebraic.dist,inv_cdf)
importFrom(algebraic.dist,params)
importFrom(algebraic.dist,sampler)
importFrom(algebraic.dist,surv)
importFrom(flexhaz,cum_haz)
importFrom(flexhaz,dfr_dist)
importFrom(flexhaz,dfr_exponential)
importFrom(flexhaz,dfr_gompertz)
importFrom(flexhaz,dfr_loglogistic)
importFrom(flexhaz,dfr_weibull)
importFrom(flexhaz,is_dfr_dist)
importFrom(generics,fit)
importFrom(likelihood.model,assumptions)
importFrom(likelihood.model,hess_loglik)
importFrom(likelihood.model,loglik)
importFrom(likelihood.model,score)
importFrom(numDeriv,grad)
importFrom(numDeriv,hessian)
importFrom(numDeriv,jacobian)
