1 2 |
parms |
target for optimization |
x |
vector with c(lcl, ucl, ct) lcl / ucl = confidence limits, ct = entral tendency |
alpha |
quantile at which lcl/ucl are estimated (e.g. for a 95 \itemdistnnamed distribution, one of 'lnorm', 'gamma', 'weibull', 'beta'; support for other distributions not currently implemented \itemcentral.tendencyone of 'mode', 'median', and 'mean' \itemtraitname of trait, can be used for exceptions (currently used for trait == 'q') |
parms Prior fitting function for optimization This function is used within DEoptim to parameterize a distribution to the central tendency and confidence interval of a parameter. This function is not very robust; currently it needs to be tweaked when distributions require starting values (e.g. beta, f, DEoptim(fn = prior.fn, lower = c(0, 0), upper = c(1000, 1000), x=c(2, 6, 3.3), alpha = 0.05, distn = 'lnorm')$optim$bestmem David LeBauer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.