Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 623 Bytes

File metadata and controls

18 lines (11 loc) · 623 Bytes

Event Tree Analyzer

A Python tool for constructing and analyzing event trees, including probability calculations for various event paths. This tool is useful for risk assessment, safety analysis, and exploring event dependencies in systems like autonomous vehicles or hazard management.

Features

  • Create event trees with various event types
  • Calculate probabilities for complete paths in the event tree
  • Visualize relationships and dependencies between events
  • Easy to use and extend

Installation

  1. Clone the repository:
    git clone https://github.com/BorgeRokseth/EventTreeAnalyzer.git