dot-get_time_steps_quantile.RdReturn the time step corresponding to a specified quantile for a particular distribution (specified as a vector).
.get_time_steps_quantile(delay_distribution_vector, quantile = 0.5)
| delay_distribution_vector | discretized probability distribution vector | 
|---|---|
| quantile | Value between 0 and 1. Quantile of the distribution. | 
an integer value corresponding to the rounded value corresponding to the specified quantile of the input delay distribution. The returned calue is always non-negative.