MultiStateSystems.jl is a Julia package (v1.8+) to solve multi-state systems, often found in reliability engineering.
The latest stable release of MultiStateSystems can be installed using the Julia package manager:
] add MultiStateSystems
In order to test whether the package works, run:
] test MultiStateSystems
The primary developer is Tom Van Acker (@timmyfaraday), BASF, with support from the following contributors:
- Glenn Emmers (@glenn-sergej), KU Leuven, semi-Markov implementation, LVDC examples
- Gayan Abeynayake (@gayan86), Ørsted, Anholt wind farm example
This code is provided under a BSD license.