System Reliability, Probability, & Statistics Flashcards

0
Q

Series Reliability

A

Joint probability: R(system) = R(1) * …R(n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

Reliability

A

R(t) = e^-(lambda * t) R(t): reliability t: time lambda: failure rate; #failures / #time units during which items were exposed to failure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Parallel Reliability

A

Inverse Joint Probability R(system) = 1 - (1 - R(1)) * (1 - R(2))…(1 - R(n))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Z-Score

A

z = (x - mu) / sigma x: score mu: mean sigma: std dev

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Permutations

A

n! / (n - k)!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Combinations

A

n! / k! * (n - r)!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Mutual Exclusive Probability

A

Sum the probabilities of all the individual events.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Probability of Independent Events

A

Multiply the probabilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

P “OR”

A

p(inclusive or) = p(X) + p(Y) - p(X)p(Y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Joint Probability (“AND”)

A

P = p(1) * p(2) * p(n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

r

A

r = [S(xy) / (S(xx) * S(yy))]^(1/2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Poisson Distribution

A

P(r) = (((lambda * t)^r) * e^(-lambda * t)) / r!

t = time interval

lambda = average rate

r = given number of events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

TI-30XS Data and Formulae Editing

A

Data Entry Formulae Editing Statistics Computation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

MTBF

A

MTBF = 1 / lambda lambda: failure rate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Fault Tree Analysis: p(top event)

A

Sum the cut set probabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Boolean Logic Operators

A

+: OR •: AND