Overview ========== Functions that can be used to compare and contrast voting methods. ## Profiles with Different Winners ```{eval-rst} .. autofunction:: pref_voting.analysis.find_profiles_with_different_winners ``` ## Condorcet Efficiency ```{eval-rst} .. autofunction:: pref_voting.analysis.condorcet_efficiency_data ``` ## Resoluteness ```{eval-rst} .. autofunction:: pref_voting.analysis.resoluteness_data ``` ## Axiom Violations ```{eval-rst} .. autofunction:: pref_voting.analysis.axiom_violations_data ``` ## Binomial Confidence Interval ```{eval-rst} .. autofunction:: pref_voting.analysis.binomial_confidence_interval ``` ## Means with Estimated Standard Error ```{eval-rst} .. autofunction:: pref_voting.analysis.means_with_estimated_standard_error ```