beatles {bnRep}R Documentation

beatles Bayesian Network

Description

Measuring coherence with Bayesian networks.

Format

A discrete Bayesian modelling a situation where a member of the Beatles band might be dead. Probabilities were given within the referenced paper. The vertices are:

ExactlyOneBeatlesIsDead

(TRUE, FALSE);

GeorgeIsAlive

(TRUE, FALSE);

JohnIsAlive

(TRUE, FALSE);

PaulIsAlive

(TRUE, FALSE);

RingoIsAlive

(TRUE, FALSE);

Value

An object of class bn.fit. Refer to the documentation of bnlearn for details.

References

Kowalewska, A., & Urbaniak, R. (2023). Measuring coherence with Bayesian networks. Artificial Intelligence and Law, 31(2), 369-395.


[Package bnRep version 0.0.1 Index]