egttools.analytical.sed_analytical¶
This python module contains the necessary functions to calculate analytically the evolutionary dynamics in Infinite and Finite populations on 2-player games.
Functions
Calculates the number of possible states in a discrete simplex. |
|
Converts a discrete population configuration into a unique index. |
|
Solve an ordinary or generalized eigenvalue problem of a square matrix. |
|
Compute the time derivative of the replicator dynamics for 2-player games. |
|
Compute the replicator dynamics for N-player games. |
|
Converts a state index into a group composition vector. |
|
Issue a warning, or maybe ignore it or raise an exception. |
Classes
A class containing methods to calculate the stochastic evolutionary dynamics of a population. |
|
Compressed Sparse Row matrix. |
|
Row-based LIst of Lists sparse matrix. |
|
Return successive r-length permutations of elements in the iterable. |