powered by
Randomly initializes based on ALR transform of counts plus random pseudocounts uniformily distributed between 0 and 1.
random_pibble_init(Y)
(D-1) x N matrix
matrix (D x N) of counts
Notation: N is number of samples and D is number of multinomial categories
N
D
Y <- matrix(sample(1:100, 100), 10, 10) random_pibble_init(Y)
Run the code above in your browser using DataLab