# Generated by roxygen2: do not edit by hand

S3method(as.character,distribution)
S3method(as.character,expuniform_distribution)
S3method(as.character,normal_distribution)
S3method(as.character,parameter)
S3method(as.character,parameter_set)
S3method(as.character,uniform_distribution)
S3method(as.list,distribution)
S3method(as.list,parameter)
S3method(as.list,parameter_set)
S3method(as_descriptive_tibble,character_parameter)
S3method(as_descriptive_tibble,integer_parameter)
S3method(as_descriptive_tibble,logical_parameter)
S3method(as_descriptive_tibble,numeric_parameter)
S3method(as_descriptive_tibble,parameter)
S3method(as_descriptive_tibble,range_parameter)
S3method(as_descriptive_tibble,subset_parameter)
S3method(as_paramhelper,character_parameter)
S3method(as_paramhelper,integer_parameter)
S3method(as_paramhelper,logical_parameter)
S3method(as_paramhelper,numeric_parameter)
S3method(as_paramhelper,parameter_set)
S3method(as_paramhelper,range_parameter)
S3method(as_paramhelper,subset_parameter)
S3method(distribution_function,expuniform_distribution)
S3method(distribution_function,normal_distribution)
S3method(distribution_function,uniform_distribution)
S3method(print,distribution)
S3method(print,parameter)
S3method(print,parameter_set)
S3method(quantile_function,expuniform_distribution)
S3method(quantile_function,normal_distribution)
S3method(quantile_function,uniform_distribution)
export(as_descriptive_tibble)
export(as_distribution)
export(as_parameter)
export(as_parameter_set)
export(as_paramhelper)
export(character_parameter)
export(distribution_function)
export(expuniform_distribution)
export(get_defaults)
export(get_description)
export(integer_parameter)
export(integer_range_parameter)
export(is_distribution)
export(is_parameter)
export(is_parameter_set)
export(logical_parameter)
export(normal_distribution)
export(numeric_parameter)
export(numeric_range_parameter)
export(parameter)
export(parameter_set)
export(quantile_function)
export(sip)
export(subset_parameter)
export(uniform_distribution)
import(assertthat)
import(dplyr)
import(dynutils)
import(purrr)
import(tidyr)
importFrom(carrier,crate)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(stats,as.formula)
importFrom(stats,pnorm)
importFrom(stats,punif)
importFrom(stats,qnorm)
importFrom(stats,qunif)
importFrom(stringr,str_glue_data)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(tibble,as_data_frame)
importFrom(tibble,as_tibble)
importFrom(tibble,data_frame)
importFrom(tibble,deframe)
importFrom(tibble,enframe)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
