kalman | R Documentation |
Kalman filter
kalman(vals, vars, num_chosen, reward, sigma_noise, sigma_change)
vals |
vector of 2 values |
vars |
vector od 2 standard deviations |
num_chosen |
int specifying which option was chosen (1 or 2) |
reward |
reward value |
sigma_noise |
estimation noise parameter |
sigma_change |
environmental stability parameter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.