R/random_distribution.R
get_percentile.Rd
Helper function: get percentile
get_percentile(percent_within_minmax = 0.9)
percent of data point within min/max (default: 0.9 i.e. 90 percent)
get_percentile(0.9) #> [1] 1.644854 get_percentile(0.95) #> [1] 1.959964