update_U | R Documentation |
Update utility vector
update_U(U, y, sys, Sigma_inv)
U |
[ |
y |
[ |
sys |
[ |
Sigma_inv |
[ |
An update for (a single) U
.
U <- sys <- c(0, 0, 0)
Sigma_inv <- diag(3)
lapply(1:4, function(y) update_U(U, y, sys, Sigma_inv))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.