pygambit.qre.LogitQREMixedBehaviorFitResult#
- class pygambit.qre.LogitQREMixedBehaviorFitResult(data, method, lam, profile, log_like)#
The result of fitting a QRE to a given probability distribution over actions.
See also
Methods
Attributes
data
The empirical actions frequencies used to estimate the QRE.
lam
The value of lambda corresponding to the QRE.
log_like
The log-likelihood of the data at the estimated QRE.
method
The method used to estimate the QRE; either "fixedpoint" or "empirical".
profile
The mixed behavior profile corresponding to the QRE.