create_random_distribution: "norm/log10_norm" ("percentile under min/max as variable)
Closed this issue · 0 comments
mrustl commented
Instead of specifying hard-coding qnorm(0.95)
so that 90% of data values fall between min/max, this could be an additional paramerter, e.g. percent_within_minmax = 0.9
(90% of data within min/max)