FaultTree v0.1.0 FaultTree.Gate.AtLeast View Source

Handling for ATLEAST logic gates.

P(A occurs K out of N times) = P(A:K of N) = (N/K) P(A)^K (1 - P(A))^(N-K) P(A atleast K of N) = sum(P(A:K of N), ..., P(A:N of N))

Link to this section Summary

Functions

Calculate exactly K out of N occurances.

Link to this section Functions

Calculate exactly K out of N occurances.