ASTAR                   Calculate the exact MLE of a Mallows-Binomial
                        distribution using an A* search algorithm
ASTAR_LP                Calculate the exact MLE of a Mallows-Binomial
                        distribution using an A* search algorithm based
                        on the LP total cost heuristic
FV                      Estimate the MLE of a Mallows-Binomial
                        distribution using the FV method
Greedy                  Estimate the MLE of a Mallows-Binomial
                        distribution using the Greedy method
GreedyLocal             Estimate the MLE of a Mallows-Binomial
                        distribution using the GreedyLocal method
ci_mb                   Calculate confidence intervals for
                        Mallows-Binomial parameters based on the
                        nonparametric bootstrap
dmall                   Mallows density function
dmb                     Mallows-Binomial density function
fit_mb                  Calculate the exact or approximate MLE of a
                        Mallows-Binomial distribution using various
                        methods
getQ                    Calculate Q Matrix
kendall                 Kendall's tau function
lp_heuristic            Calculate the LP heuristic of a
                        Mallows-Binomial model
phat_conditional        Estimate phat in a Mallows-Binomial given an
                        order constraint
psi                     Psi function
rmall                   Random Mallows generation.
rmb                     Random Mallows-Binomial generation.
theta_conditional       Estimate thetahat in a Mallows-Binomial given a
                        constraint
totalcostheuristic_MB   Calculate the naive total cost heuristic of a
                        Mallows-Binomial model
totalcostheuristic_MB_LP
                        Calculate the LP total cost heuristic of a
                        Mallows-Binomial model
