powered by
Generic function to compute the empirical probability of each observable event and return the result as an array.
dump(d)
Dist object representing the distribution.
Vector giving the empirical probabilities of all events.
# NOT RUN { d <- Dist(c(0, 1, 2, 3, 4, 5, 6)) dump(d) # }
Run the code above in your browser using DataLab