prob_max | R Documentation |
Probability that each column in mat is the maximum of all columns
prob_max(mat)
mat |
A matrix of samples |
A vector of probabilities that each dimension is maximum
prob_max(matrix(rnorm(1e4, 1:10), 1000, 10, byrow = T))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.