/// Effective Number of Parties (ENP)
///
/// Calculates the Effective Number of Parties (ENP) using the Laakso-Taagepera method.
/// You can consider using votes or seats.
///
/// See more details at https://en.wikipedia.org/wiki/Effective_number_of_parties
///
/// Effective Number of Parties (ENP)
///
/// Calculates the Effective ENP using the Golosov method.
/// You can consider using votes or seats.
///
/// See more details at [Effective number of parties](https://en.wikipedia.org/wiki/Effective_number_of_parties)
///