SetStrategyProbs

Name

SetStrategyProbs -- Sets the probabilities for a player in a profile

Synopsis

SetStrategyProbs[profile<->MIXED, player->NFPLAYER, 
                 value->LIST(NUMBER)] =: MIXED 

Description

SetStrategyProbs sets the components of profile for player to be equal to value. It is an error if profile and player are not from the same normal form game, or if the length of value is not the same as the number of strategies for player in the support of profile. Returns profile.

See also

SetStrategyProb, StrategyProb.