.Prob | R Documentation |
This function computes the probability of each point in a given vector or matrix.
.Prob(C)
C |
A numeric vector or matrix. |
A vector of probabilities corresponding to each point in 'C'.
C <- c(1, 1, 2, 2, 3)
.Prob(C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.