powered by
Create a stochastically normalized matrix/vector
normalize.stochastic(obj, ...)
matrix/vector that is stochstically normalized
additional params
returns the normalized matrix/vector
# NOT RUN { W <- matrix(abs(rnorm(10000)), 100, 100) stoch.W <- normalize.stochastic(W) # }
Run the code above in your browser using DataLab