egttools.plotting.simplified¶
Simplified plotting functions.
Functions
Transforms barycentric into cartesian coordinates. |
|
Calculate the number of possible states in a discrete simplex. |
|
Calculates the stability of the roots. |
|
Check for pairs of strategies that exhibit random drift based on replicator gradients. |
|
Determine the stability of stationary points for the replicator equation in pairwise games. |
|
Search for the roots (stationary points) of the given gradient function on the unit simplex. |
|
Searches for the roots inside the simplex and returns them in barycentric coordinates. |
|
Plot dynamics of a finite population using the pairwise comparison rule on a 2D simplex. |
|
|
Plot dynamics on the simplex under the pairwise comparison rule, without computing roots. |
Plot the replicator dynamics on a 2D simplex for 3-strategy 2- or N-player games. |
|
Compute the replicator dynamics gradient for a two-player matrix game. |
|
Compute the replicator dynamics gradient for an N-player game defined by a payoff table. |
|
Transform a tensor of barycentric coordinates to cartesian coordinates. |
|
Transforms cartesian into barycentric coordinates. |
Classes
Base class for all game-theoretic models in EGTtools. |
|
Base class for games that define fitness in the infinite-population limit. |
|
Matrix-based 2-player game holder. |
|
Matrix-based N-player game holder. |
|
Analytical pairwise-comparison process for finite populations. |
|
Plots a 2-dimensional simplex in a cartesian plane. |