ropesegment {bnRep} | R Documentation |
ropesegment Bayesian Network
Description
Availability optimization of a dragline subsystem using Bayesian network.
Format
A discrete Bayesian network to analyze the availability of the rope segment. Probabilities were given within the referenced paper. The vertices are:
- DragRopeFault
(TRUE, FALSE);
- DragChainLinkBroken
(TRUE, FALSE);
- DragHitchShacklePinOut
(TRUE, FALSE);
- DumpRopeFault
(TRUE, FALSE);
- DumpSocketPinOut
(TRUE, FALSE);
- HoistRopeSystem
(TRUE, FALSE);
- HoistChainPinOut
(TRUE, FALSE);
- DragSubsystem
(TRUE, FALSE);
- DumpSubsystem
(TRUE, FALSE);
- HoistSubsystem
(TRUE, FALSE);
- RopeSegment
(TRUE, FALSE);
Value
An object of class bn.fit
. Refer to the documentation of bnlearn
for details.
References
Jana, D., Kumar, D., Gupta, S., & Gupta, K. K. (2024). Availability optimization of a dragline subsystem using Bayesian network. Journal of The Institution of Engineers (India): Series D, 105(1), 77-88.
[Package bnRep version 0.0.1 Index]