Data Management Probability Formulas

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

These flashcards focus on key concepts and formulas related to Data Management and Probability, including unions, intersections, and various probability formulas.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Union (AUB)

All outcomes in A, B, or both.

2
New cards

Intersection (A∩B)

Only outcomes in both A and B.

3
New cards

Counting formula for two sets

n(AUB) = n(A) + n(B) - n(A∩B), finds the # of ways A or B happens

<p>n(AUB) = n(A) + n(B) - n(A∩B), finds the # of ways A or B happens</p>
4
New cards

Counting formula for three sets

n(AUBUC) = n(A) + n(B) + n(C) - n(A∩B) - n(A∩C) - n(B∩C) + n(A∩B∩C), finds the # of ways A, B, or C happens

<p>n(AUBUC) = n(A) + n(B) + n(C) - n(A∩B) - n(A∩C) - n(B∩C) + n(A∩B∩C), finds the # of ways A, B, or C happens</p>
5
New cards

Mutually exclusive formula

P(AUB) = P(A) + P(B), probability either A or B happens / chance of at least one occurring

<p>P(AUB) = P(A) + P(B), probability either A or B happens / chance of at least one occurring</p>
6
New cards

Independent events formula

P(A∩B) = P(A) · P(B), finds probability that A and B happens at the same time given the events don't effect each other.

<p>P(A∩B) = P(A) · P(B), finds probability that A and B happens at the same time given the events don't effect each other.</p>
7
New cards

Conditional probability

P(A|B) = P(A∩B) / P(B), the probability of A given B.

<p>P(A|B) = P(A∩B) / P(B), the probability of A given B.</p>
8
New cards

Baye's formula

P(Aₖ | E) = P( E | Aₖ) * P(Aₖ)) / Σi=1 P(Aᵢ) P(E | Aᵢ), to find the probability of Aₖ happening out of several events given event E happened

<p>P(Aₖ | E) = P( E | Aₖ) * P(Aₖ)) / Σi=1 P(Aᵢ) P(E | Aᵢ), to find the probability of Aₖ happening out of several events given event E happened</p>
9
New cards
<p>Explain Baye’s Formula individual parts: i, k, P(Aₖ), P(E|Aₖ), Σi=1 P(Aᵢ) P(E | Aᵢ)</p>

Explain Baye’s Formula individual parts: i, k, P(Aₖ), P(E|Aₖ), Σi=1 P(Aᵢ) P(E | Aᵢ)

P(Aₖ | E) = P( E | Aₖ) * P(Aₖ)) / Σi=1 P(Aᵢ) P(E | Aᵢ)

k: the cause you’re focused on

i: all possible causes

P( E | Aₖ) : how likely E is given Aₖ happened

Σi=1 P(Aᵢ) P(E | Aᵢ) : total probability of E accounting for all causes

10
New cards

Odds in favour formula

P(A) / P(A’) = P(A) / (1 - P(A)) = success / failed

<p>P(A) / P(A’) = P(A) / (1 - P(A)) = success / failed</p>
11
New cards

Odds against formula

P(A’)/P(A) = 1-P(A)/P(A) = failed / success

<p>P(A’)/P(A) = 1-P(A)/P(A) = failed / success </p>
12
New cards

Odds in favour (money) formula

Money wagered / money won

13
New cards

Probability formula

Success / total

14
New cards

Birthday problem

P(repeat) = 1 - [ nPr / n^r]

<p>P(repeat) = 1 - [ nPr / n^r]</p>
15
New cards
<p>What each component of the birthday problem means: n, r, nPr, and n^r, all together </p>

What each component of the birthday problem means: n, r, nPr, and n^r, all together

n - # of options for each choice

r - # of slots you are filling

nPr - # of ways to choose r things from n without repeats and with order mattering

n^r - total # outcomes with repeats

All together - # of ways to assign unique values to r slots, divided by the total number of all possible assignments, including repeats to find probability that no two selections are the same