Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 662 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 662 Bytes

Bowties

A python module for modelling bowties in PyMC

What are Bowties?

The UK Civil Aviation Authority guide to Bowties

Bowtie Structure

graph LR;
    CA[Cause A]-->B1[Barrier 1];
    CB[Cause B]-->B2[Barrier 2];
    B1[Barrier 1]-->B3[Barrier 3];
    B2[Barrier 2]-->B3[Barrier 3];
    B3[Barrier 3]-->TE[Top Event];
    HC[Hazard Context]-->TE;
    TE-->B5[Barrier 5];
    TE-->B6[Barrier 6];
    B5-->ConA[Consequence A];
    B6-->ConB[Consequence B];
    EF[Escalatory Factor]-->B6;
Loading