Description Usage Arguments Details Value Author(s) References Examples
Various functions to aggregate a set of estimated BPAs to a single aggregation.
1 2 3 4 5 6 7 8 | dsdempstersrule(..., maxfocals = 1e+07)
dsenvelope(...)
dsintersect(...)
dssaveintersect(..., method = "averaging")
dsxaveraging(..., w = NULL, maxfocals = 1e+07)
dsxenvelope(..., maxfocals = 1e+07)
dswavg(..., w = NULL)
dswmix(..., w = NULL)
|
... |
1...n BPAs to be aggregated. |
w |
Vector of n weights for weighted aggregations |
maxfocals |
Maximal number of focal elements of the result. Warning: If not constrained, some rules use time and memory O(|m|^|x|), |m| number of focals by structure, |x| number of structures. Meaning: 5 structures with 1000 focals: Maximal 10^15 bytes |
method |
method="averaging": In case of empty intersection, focal elements will be averaged. method="averaging": In case of empty intersection, focal elements will be enveloped. |
A set of functions to aggregate a set of estimated BPAs to a single aggregation. Some functions have an optional maxfocals parameter that limits the size of the resulting BPA (which theoretically is the product of all focal elements). The vector w contains weights in case of a weighted aggregation type. The dssaveintersect method has an optional parameter that specifies the alternative rule in case of empty intersections.
In the example, two p-boxes defined from exponential distributions are aggregated using dsdempstersrule and dswmix.
Aggregation of the BPAs according to the selected rule.
Philipp Limbourg <p.limbourg@uni-due.de>
Sentz, K. and S. Ferson (2002). Combination of Evidence in Dempster-Shafer Theory. Sandia Report. Albuquerque, USA, Sandia National Laboratories.
1 2 3 4 5 6 7 8 9 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.