mkStochastic {samurais} | R Documentation |
mkStochastic ensures that it is a stochastic vector, matrix or array.
mkStochastic(M)
M |
A vector, matrix or array to transform. |
mkStochastic ensures that the giving argument is a stochastic vector, matrix or array, i.e., that the sum over the last dimension is 1.
A vector, matrix or array for which the sum over the last dimension is 1.