To understand what conflict analysis is and how it can be used, there are several issues of interest:
For positively correlated findings we expect that P(e1|e2) > P(e1) and vice versa (i.e., observing e2 makes it more likely to also observe e1 (and vice versa)). In other words, we expect that
P(e1,e2) > P(e1)P(e2)
if e1 and e2 are positively correlated,
P(e1,e2) < P(e1)P(e2)
if e1 and e2 are negatively correlated, and
P(e1,e2) = P(e1)P(e2)
if e1 and e2 are independent.
If conf(e) is positive, e1,...,en are negatively correlated, indicating a possible conflict among these pieces of evidence. (The choice of base for the log function is immaterial.)
Notice, that if conf(e) is negative (i.e., no apparent conflict among e1,...,en), then this gives you no guarantee that all of e1,...,en are positively correlated. It may well happen that there is a local conflict (i.e., that conf(e') > 0 for a proper subset e' of e) although conf(e) < 0.
For more information about detection of local conflict, see the help
page of the junction tree panel.
The dialog box contains a list of possible instantiations in the form
<RM>: <variable_name> = <state_value>
where <RM> is a measure indicating the ability of the instantiation to resolve the conflict. An instantiation with an <RM> value of 100 will reduce the conflict measure to 0. Thus, only instantiations with an <RM> value greater than or equal to 100 get displayed. The higher the <RM> value of the selected instantiation (if any), the larger the negative value of the resulting conflict measure.
The Instantiate button enters the currently selected instantiation (if
any) as evidence.
Basically, this involves computation of conflict measures for subsets
of the evidence. The junction tree is useful for this purpose; see the
help page for the junction tree panel for more information.