| update_U_ranked | R Documentation |
Update ranked utility vector
update_U_ranked(U, sys, Sigma_inv)
U |
[ |
sys |
[ |
Sigma_inv |
[ |
An update for (a single) ranked U.
U <- sys <- c(0, 0)
Sigma_inv <- diag(2)
update_U_ranked(U, sys, Sigma_inv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.