# Generated by roxygen2: do not edit by hand

export(CDF)
export(Int_Im)
export(Int_Re)
export(L_stable)
export(Max_vrai)
export(RT)
export(aic)
export(analyse_stable_distribution)
export(bayesian_mixture_model)
export(bic)
export(build_mcculloch_interpolators)
export(calculate_log_likelihood)
export(clip)
export(compare_em_vs_em_gibbs)
export(compare_estimators_on_simulations)
export(compare_methods_across_configs)
export(compare_methods_with_gibbs)
export(compute_model_metrics)
export(compute_quantile_ratios)
export(compute_serial_interval)
export(cosine_exp_ralpha)
export(cosine_log_weighted_exp_ralpha)
export(ecf_components)
export(ecf_empirical)
export(ecf_estimate_all)
export(ecf_fn)
export(ecf_regression)
export(em_alpha_stable)
export(em_estimate_stable_from_cdf)
export(em_estimate_stable_from_cdf_with_gibbs)
export(em_estimate_stable_kernel_ecf)
export(em_estimate_stable_kernel_ecf_with_gibbs)
export(em_estimate_stable_recursive_ecf)
export(em_estimate_stable_recursive_ecf_with_gibbs)
export(em_estimate_stable_weighted_ols)
export(em_estimate_stable_weighted_ols_with_gibbs)
export(em_estimation_mixture)
export(em_fit_alpha_stable_mixture)
export(em_stable_mixture)
export(empirical_r0)
export(ensure_positive_scale)
export(est_r0_ml)
export(est_r0_mle)
export(estimate_alpha_gamma)
export(estimate_beta_delta)
export(estimate_mixture_params)
export(estimate_stable_from_cdf)
export(estimate_stable_kernel_ecf)
export(estimate_stable_params)
export(estimate_stable_r)
export(estimate_stable_recursive_ecf)
export(estimate_stable_weighted_ols)
export(evaluate_estimation_method)
export(evaluate_fit)
export(export_analysis_report)
export(false_position_update)
export(fit_alpha_stable_mle)
export(fit_mle_mixture)
export(fit_stable_ecf)
export(generate_alpha_stable_mixture)
export(generate_mcculloch_table)
export(generate_mixture_data)
export(generate_synthetic_data)
export(gibbs_sampler)
export(grad_loglik_alpha)
export(grad_loglik_beta)
export(grad_loglik_delta)
export(grad_loglik_omega)
export(integrate_cosine)
export(integrate_cosine_log_weighted)
export(integrate_function)
export(integrate_sine)
export(integrate_sine_log_weighted)
export(integrate_sine_r_weighted)
export(integrate_sine_weighted)
export(kde_bandwidth_plugin)
export(log_likelihood_mixture)
export(mcculloch_lookup_estimate)
export(mcculloch_quantile_init)
export(metropolis_hastings)
export(mixture_stable_pdf)
export(mle_estimate)
export(mock_gibbs_sampling)
export(mock_lookup_alpha_beta)
export(negative_log_likelihood)
export(plot_comparison)
export(plot_distributions)
export(plot_effective_reproduction_number)
export(plot_final_mixture_fit)
export(plot_fit_vs_true)
export(plot_fit_vs_true_methods)
export(plot_method_comparison)
export(plot_mixture)
export(plot_mixture_fit)
export(plot_real_mixture_fit)
export(plot_results)
export(plot_trace)
export(plot_vs_normal_stable)
export(qcv_stat)
export(r_stable_pdf)
export(robust_ecf_regression)
export(robust_mle_estimate)
export(rstable)
export(run_all_estimations)
export(run_estimations_with_gibbs)
export(safe_integrate)
export(simple_em_real)
export(simulate_mixture)
export(sine_exp_ralpha)
export(sine_log_weighted_exp_ralpha)
export(sine_r_weighted_exp_ralpha)
export(sine_weighted_exp_ralpha)
export(skew_kurtosis)
export(stable_fit_init)
export(test_normality)
export(unpack_params)
export(validate_params)
export(wasserstein_distance_mixture)
importFrom(MASS,rlm)
importFrom(e1071,kurtosis)
importFrom(e1071,skewness)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,barplot)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(jsonlite,toJSON)
importFrom(libstable4u,stable_fit_init)
importFrom(libstable4u,stable_pdf)
importFrom(mixtools,normalmixEM)
importFrom(nortest,ad.test)
importFrom(openxlsx,write.xlsx)
importFrom(stabledist,dstable)
importFrom(stabledist,rstable)
importFrom(stats,approx)
importFrom(stats,bw.SJ)
importFrom(stats,coef)
importFrom(stats,dnorm)
importFrom(stats,integrate)
importFrom(stats,kmeans)
importFrom(stats,ks.test)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,residuals)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,shapiro.test)
importFrom(stats,splinefun)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)
