normalization | R Documentation |
The function which normalizes the representative utility
normalization(V, U)
V |
The matrix of representative utilities |
U |
The matrix of the utilities |
V <- matrix(rnorm(30), 10, 3)
U <- matrix(rnorm(30), 10, 3) + matrix(rnorm(30), 10, 3)
normalization(V, U)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.