Threshold probability: Reliability algorithms

Reliability algorithms

Analytical(*args)

Base class to evaluate the probability of failure of a system.

FORM(*args)

First Order Reliability Method (FORM).

MultiFORM(*args)

FORM approximation with multiple design points.

SORM(*args)

Second Order Reliability Method (SORM).

SystemFORM(*args)

Approximation algorithm for system events based on FORM.

Reliability results

AnalyticalResult(*args)

Analytical result.

FORMResult(*args)

Result of a FORM analysis.

SORMResult(*args)

Result of a SORM analysis.

MultiFORMResult(*args)

Multiple FORM result.

Events

StandardEvent(*args)

Event defined in the standard space.

ProcessEvent(*args)

Event defined from a process and a domain.

DomainEvent(*args)

Event defined from a domain.

ThresholdEvent(*args)

Random vector defined from a comparison operator and a threshold.

IntersectionEvent(*args)

Event defined as the intersection of several events.

UnionEvent(*args)

Event defined as the union of several events.

Design point validation

StrongMaximumTest(*args)

Strong Maximum Test.