Sainte-Laguë method for seat distribution used in multiple parliamentary elections all over the world
This is set of highest averages methods for allocating seats in a parliament. ### Install shell npm i highest-averages
### Pure Example - Define the candidates with their vote `
typescript const a = new Candidate('A', 200) const b = new Candidate(
Run a spatial election model. Input geometry. Cast votes. Use a social choice function. Collect results. Also combine multiple elections across geography, districts, samplings, and polling.