# Generated by roxygen2: do not edit by hand

S3method(compute_consensus,BayesMallows)
S3method(compute_posterior_intervals,BayesMallows)
S3method(compute_posterior_intervals,SMCMallows)
S3method(plot,BayesMallows)
S3method(plot,SMCMallows)
S3method(print,BayesMallows)
S3method(print,BayesMallowsMixtures)
export(assess_convergence)
export(assign_cluster)
export(calculate_backward_probability)
export(calculate_forward_probability)
export(compute_consensus)
export(compute_mallows)
export(compute_mallows_mixtures)
export(compute_posterior_intervals)
export(compute_posterior_intervals_alpha)
export(compute_posterior_intervals_rho)
export(compute_rho_consensus)
export(create_ordering)
export(create_ranking)
export(estimate_partition_function)
export(expected_dist)
export(generate_constraints)
export(generate_initial_ranking)
export(generate_transitive_closure)
export(get_exponent_sum)
export(get_mallows_loglik)
export(get_sample_probabilities)
export(heat_plot)
export(leap_and_shift_probs)
export(lik_db_mix)
export(metropolis_hastings_alpha)
export(metropolis_hastings_aug_ranking)
export(metropolis_hastings_aug_ranking_pseudo)
export(metropolis_hastings_rho)
export(plot_alpha_posterior)
export(plot_elbow)
export(plot_rho_posterior)
export(plot_top_k)
export(predict_top_k)
export(rank_distance)
export(rank_freq_distr)
export(sample_mallows)
export(smc_mallows_new_item_rank)
export(smc_mallows_new_item_rank_alpha_fixed)
export(smc_mallows_new_users)
export(smc_mallows_new_users_complete)
export(smc_mallows_new_users_partial)
export(smc_mallows_new_users_partial_alpha_fixed)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,dexp)
importFrom(stats,rlnorm)
importFrom(stats,runif)
importFrom(utils,head)
useDynLib(BayesMallows, .registration = TRUE)
