| sim_fict_one | R Documentation | 
sim_fict() simulates a fictitious play of a game
sim_fict_one(game, n_periods = 50, lambda = 1, init = NULL, sigma = 0)
game | 
 An object of   | 
n_periods | 
 A positive integer specifying how many times the game is played.  | 
lambda | 
 A positive real value representing the players' sensitivity to
expected utilities. As   | 
init | 
 A list of initial levels of beliefs. The length of the list must
be two. Each element must be a vector of values between 0 and 1
representing a player's belief. If   | 
sigma | 
 A non-negative value determining the level of noise adherent to evaluation of payoffs.  | 
Simulate fictitious plays of a normal-form game defined by
normal_form().
Yoshio Kamijo and Yuki Yanai yanai.yuki@kochi-tech.ac.jp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.