StrategyValues

Name

StrategyValues -- Returns the payoff to playing a strategy against a profile

Synopsis

StrategyValues[profile->MIXED] =: LIST(LIST(NUMBER)) 

Description

StrategyValues returns a list of expected payoffs of each strategy (to the player who chooses that strategy). The (i,j)th entry is the expected payoff to player i of strategy j, where the index numbers correspond to the output of Players and Strategies, respectively.

See also

StrategyProb, StrategyValue.