egttools.numerical.results¶
Rich result objects returned by egttools MC estimator wrappers.
Each object carries the point estimate, standard error, number of runs used,
and a ci95 property (95 % CI via z = 1.96). All objects print a
human-readable summary via __repr__, which makes them convenient both in
interactive sessions and in log output.
Functions
Returns the same class as was passed in, with dunder methods added based on the fields defined in the class. |
|
Return an object to identify dataclass fields. |
Classes
Average gradient of selection G^A(x) from a network MC estimator. |
|
Per-strategy fixation (absorption) probabilities. |
|
Mean absorption (fixation) time from a given initial state. |
|
Fixation probability of an invading strategy into a resident population. |
|
Estimated stationary distribution over population states. |
|
Time-averaged strategy frequencies with uncertainty. |