Probability Theory and Reliability Analysis Flashcards

1
Q

What type of information on the random variable X is
conveyed by its Cumulative Distribution Function FX(x)?

A

The cumulative distribution function describes the probability that the random variable is higher or equal to x.

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

How can you compute the mean (or expected value)
value of the probability distribution fX(x)?

A

The mean of the pdf is calculated by taking the integral of the x * f(x)

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

What is the hazard function of a component? What type of
information does it convey?

A

The hazard function desribes the failure rate at time t. f(t) / (1-F(t)

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

What type of stochastic event can be represented by the
exponential distribution? What is the parameter that
characterizes this distribution?

A

The exponential distribution desribes a memoryless with constant failure rate (hazard function).
The parameter lambda determines the failure rate. pdf(t) = lambda * e ^(-lambda * t)

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

What type of stochastic event can be represented by the
Weibull distribution? What are the parameters that
characterize this distribution?

A

A Weilbull distribution describes a stochastic event, where the failure rate changes over time. It has a paremeter Lambda and a parameter alpha:

F(t) = 1- e^-(lambda*t^alpha)

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

What is the mean-time-to-failure MTTF? How can you
compute it for components with constant failure rate?

A

The mean time to failure describes when a component is expected to fail.
In components with constant failure rates it is simply the reciprocal of the failure rate.

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

Compute the reliability of a system consisting of identical
components connected in series which are characterized
by constant failure rate λ.

A

Reliability is defined as R(t) = 1- F(t)
F(t) = 1- e^2*lambda.

All components must function. Hence:
R(all) = Product(R1 * R2 …)

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

Compute the reliability of a system consisting of identical
components connected in parallel which are
characterized by constant failure rate λ

A

Parallel systems:
All components must fail:
R(t) = 1 - Product (1-R(t))*(1-R(t)….)

lambda = 1/lambda1 + 1/lambda2

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

Show that the reliability of a parallel system of 2
components with constant rate λ1 and λ2 is larger than the
reliability of the serial system with the same components.

A

For this i would do the Reliability functions and calculate the MTTF!
Or show that one is smaller for all t?

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