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
Link to this function
calc(prob, k, n) View Source
Link to this function
exact_calc(prob, k, n) View Source
Calculate exactly K out of N occurances.
Link to this function