Description Usage Arguments Details Value Author(s) References See Also
Constructs the smallest Density Ratio Class for elicited probability-quantile points (or intervals) given a lower and upper distributional shape. Used optimisation algorithms are the methods Nelder-Mead
and L-BFGS-B
implemented in the standard R function optim
.
1 2 |
p |
Vector of probabilities in the according order to |
q |
Vector of quantiles in the according order to |
dist.lower |
Lower distribution as an element of the class |
dist.upper |
Upper distribution as an element of the class |
start.dist.lower.par |
Start values of the parameters of the lower distribution that shall be optimized. |
start.dist.upper.par |
Start values of the parameters of the upper distribution that shall be optimized. |
... |
Only the specified start values of the lower and upper distribution are optimised. If no optimisation shall be executed (fixed parameters of the distributions) then use calc.k
.
drclass |
an object of the class |
Simon L. Rinderknecht
Rinderknecht, S.L., Borsuk, M.E. and Reichert, P. Eliciting Density Ratio Classes. International Journal of Approximate Reasoning 52, 792-804, 2011. doi10.1016/j.ijar.2011.02.002. \ Rinderknecht, S. L., Borsuk, M. E. and Reichert, P. Bridging Uncertain and Ambiguous Knowledge with Imprecise Probabilities, Environmental Modelling & Software 36, 122-130, 2012.
See also fitDRC
, distribution
, transformation
, dist.trans.create
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.