Definitions Flashcards
Define Risk Analysis
Provides a framework and computational tools for assessing the safety of systems and follow up decision making
Define Risk Measure
Product of probability of occurrence and its consequences:
R = P(E)*Ce
What are the three axioms of probability?
- For every event, E, P(E)≥0
- Probability of all events, S, P(S)=1
- For mutually exclusive events: P(AuB)=P(A)+P(B)
Define a Random Experiment/Trial
Process that may provide different outcomes when observed repeatedly
Define Outcome
Each particular possible result off a trial
Define sample space and empty space
S or Ω, set of all possible outcomes of the trial
∅, set of no events
Define Event
Set of outcomes
Define De Morgan rule
Symmetry between the union and inter-section of events through the complementary operator
The complementary of an intersection is the union of complementaries
A ∩ B (full line) = A ∪ B (line over each letter)
The complementary of a union is the intersection of the complementaries:
A ∪ B (full line) = A ∩ B (line over each letter)
Define probability measure and triplet
Map P: F->R which satisfies the three probability axioms
Triplet (Ω,F,P) is called probability space
(1) P(A) = 1 − P(A).
(2) P(∅) = 0.
(3) If A ⊂ B, then P(A) ≤ P(B).
(4) For the union of two events, P(A ∪
B) = P(A) + P(B) − P(A ∩ B).
Define Conditional probability
Event A occurs given B has occurred
P(A|B) = P(A ∩ B)/P(B) , provided P(B) doesn’t equal 0
Define independence
One event does not influence the other
P(A|B) = P(A)
Define Bayes Theorem
P(B|A) = (P(A|B)P(B))/P(A)
Define a random variable
Mathematical tool for describing an event, maps the the possible outcomes of an event to a number line
Define a discrete random variable
Random variable that is finite or countably infinite
Define a continuous random variable
Random variable that is an interval of R or a union of intervals