firealarm {bnRep} | R Documentation |
firealarm Bayesian Network
Description
When do numbers really matter?.
Format
A discrete Bayesian network to model a simple fire alarm system. Probabilities were given within the referenced paper. The vertices are:
- Fire
(true, false);
- Tampering
(true, false);
- Smoke
(true, false);
- Alarm
(true, false);
- Leaving
(true, false);
- Report
(true, false);
Value
An object of class bn.fit
. Refer to the documentation of bnlearn
for details.
References
Hei Chan, Adnan Darwiche (2002). "When do numbers really matter?". Journal of Artificial Intelligence Research 17 (265-287).
[Package bnRep version 0.0.1 Index]