Tutorial

This tutorial is intended as an introduction to fiabilipy. You will learn to build some components, to put them together and to compute some reliability metrics. You will also learn how to use the markov representation.

Prerequisites

Before you start, be sure fiabilipy is well installed on your system. In the python shell, the following import should run without raising an exception:

>>> import fiabilipy

If an exception is raised, check your installation.

Topics

How to build a system
This tutorial shows you how to build components and how to gather them to build a system. You also learn how to access to useful reliability metrics.
How to describe a system by a Markov process
This tutorial shows you how to describe a system with a markov process. Then, it shows you how to compute the probability of being in a given state (such as insufficient, damaged, nominal and so on).

Table Of Contents

Previous topic

Installing / Upgrading

Next topic

How to build a system

This Page