# Generated by roxygen2: do not edit by hand

export(Exponential)
export(Generalized_Pareto)
export(Generalized_Pareto_calc_P0_delta)
export(Generalized_Pareto_calc_P0_iter)
export(Generalized_Yule)
export(Kolmogorov_Waring)
export(Kolmogorov_Waring_P0)
export(Kolmogorov_Waring_P0_calc)
export(Lorentzian)
export(Lorentzian_calc)
export(RGHD)
export(RGHD_P0)
export(RGHD_P0_calc)
export(Yule)
export(calculate_label_coords)
export(get_CI)
export(get_median_CI)
export(get_p0)
export(global_fit_RGHD_ratio)
export(global_fit_function)
export(local_fit_RGHD_ratio)
export(local_fit_function)
export(parameter_post_processing)
export(plot_model)
export(psi_criterion)
export(psi_criterion_RGHD_ratio)
export(psi_criterion_function)
export(right_tail_cdf)
export(skeweDF_auto)
export(weighted_left_tail_cdf)
export(weighted_right_tail_cdf)
export(write_input_table)
export(write_parameter_table)
export(write_summary_table)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(matrixStats,colMedians)
importFrom(matrixStats,colSds)
importFrom(methods,formalArgs)
importFrom(optimr,multistart)
importFrom(parallel,clusterCall)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(purrr,invoke)
importFrom(stats,cor)
importFrom(stats,ks.test)
importFrom(stats,lm)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(stringr,str_replace)
importFrom(utils,write.table)
importFrom(zipfR,Ibeta)
useDynLib(SkeweDF, .registration = TRUE)
