voting/docs/measure.rst

40 wiersze
1.0 KiB
ReStructuredText

Measures
========
The :py:mod:`measure` module contains functions for measuring
disproportionality in electoral systems.
* :py:func:`voting.measure.adjusted_loosemore_hanby`
* :py:func:`voting.measure.dhondt`
* :py:func:`voting.measure.gallagher`
* :py:func:`voting.measure.grofman`
* :py:func:`voting.measure.least_square`
* :py:func:`voting.measure.lijphart`
* :py:func:`voting.measure.loosemore_hanby`
* :py:func:`voting.measure.rae`
* :py:func:`voting.measure.regression`
* :py:func:`voting.measure.rose`
* :py:func:`voting.measure.saint_lague`
.. autofunction:: voting.measure.adjusted_loosemore_hanby
.. autofunction:: voting.measure.dhondt
.. autofunction:: voting.measure.gallagher
.. autofunction:: voting.measure.grofman
.. autofunction:: voting.measure.least_square
.. autofunction:: voting.measure.lijphart
.. autofunction:: voting.measure.loosemore_hanby
.. autofunction:: voting.measure.rae
.. autofunction:: voting.measure.regression
.. autofunction:: voting.measure.rose
.. autofunction:: voting.measure.saint_lague