| PCR6 {ibelief} | R Documentation | 
PCR6 rule
Description
PCR6 combination rule
Usage
PCR6(MassIn, TabConflict)
Arguments
| MassIn | Matrix with  | 
| TabConflict | The conflict table, which can be got using the function  | 
Value
Two parts:
| Mass | matrix with  | 
| conf | a number, total conflict | 
See Also
Examples
## The conflict table for two experts in a discernment frame with three elements
TabConflict=ConflictTable(2^3,2) 
m1=c(0,0.4, 0.1, 0.2, 0.2, 0, 0, 0.1);
m2=c(0,0.2, 0.3, 0.1, 0.1, 0, 0.2, 0.1);
PCR6(cbind(m1,m2),TabConflict)
[Package ibelief version 1.3.1 Index]