Description Usage Arguments Value Examples
View source: R/estimate_parameters_normal_dist_from_two_percentiles.R
Estimate the parameters of a normal distribution using two quantiles
1 | estimate_parameters_normal_dist_from_two_percentiles(vals, probs)
|
vals |
A vector of elicited values |
probs |
A vector of elicited probabilities |
A vector with the parameters mean (mu_EKE) and standard deviation (sigma_EKE) of the fitted normal distribution.
1 2 3 | vals = c(-30, -15, 05, 7.5, 20)
probs = c(0.01, 0.25,0.5, 0.75,0.99)
estimate_parameters_normal_dist_from_two_percentiles(vals, probs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.