.get_right_boundary_for_distribution_vector | R Documentation |
Get the number of steps before a quantile is reached.
.get_right_boundary_for_distribution_vector(distribution, max_quantile)
distribution |
list. probability distribution specified in list format
e.g. list(name = "gamma", shape = 2, scale = 4).
The |
max_quantile |
numeric value. Upper quantile that needs to be reached. |
number of time steps required to for the probability distribution to reach max_quantile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.