Description Usage Arguments Value
View source: R/combine_uncertainty.R
This function estimates the frequency of exceeding the weekly intake
1 2 3 4 5 6 7 | combine_uncertainty(
gen_data_concentration,
gen_data_consumption,
gen_data_EKE,
threshold,
niter_ale
)
|
gen_data_concentration |
generated concentration samples after Bayesian inference (output of function generate_samples_normal_gamma) |
gen_data_consumption |
generated consumption samples after Bayesian inference (output of function generate_samples_normal_gamma) |
gen_data_EKE |
a generated sample from the fitted distribution to the expert's elicited values |
threshold |
safety threshold |
niter_ale |
number of generated samples |
frequency_exceeding_wi the frequency of exceeding the weekly intake
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.