Module 2: Probability

Probability is the study of uncertainty and randomness in the world. It measures chance.

Proportion is a summary statistic. Proportion measures size (i.e. how many patients have optional blood pressure).

image-1660660336168.png

image-1660660431285.png

Bayes' Theorem

Because P(A & B) = P(B & A),
P(A & B) = P(B & A) = P(B|A) × P(A)
=
P(A|B) × P(B) = P(B|A) × P(A)

P(B|A) = P(A|B) * P(B) / P(A)

Sensitivity

Sensitivity of a screening test = Probability of positive test given the person has the disease. If X is the test result and Y represents if the person actually has the disease, this can be expressed as P(X  = +| Y = +) = the probability of a disease given the test was positive.

Sensitivity = True Positive Fraction = P(Test+ | Disease)

Specificity = True Negative Fraction = P(Test - | No Disease)

False Positive = P(Test + | No Disease)

False negative = P(Test - | Disease)

Positive Predictive Value = P(Disease | Test +)

Negative Predictive Value = P(No Disease | Test -)

Odds Ratio

Odds ratio can be used to check independence, events are independent when OR=1.

OR = ( P(X  = +| Y = +) / P(X  = -| Y = +) ) / ( P(X  = +| Y = -) / P(X  = -| Y = -) )

= ( P(X  = +| Y = +) * P(X  = -| Y = -) ) / ( P(X  = +| Y = -) * P(X  = -| Y = +) )

Symmetry of Odds Ratio

image-1660663948608.png



Revision #5
Created 16 August 2022 13:51:52 by Elkip
Updated 16 August 2022 15:55:07 by Elkip