💊
💼
📰
🧮
📝
?
Mortgage Payment
BMI
Bayes
1 stage DDM
CAGR
Pre-Post
# Bayes Theorem #░░░░░░░ 𝙄𝙉𝙋𝙐𝙏𝙎 ░░░░░░░ Actual_probability = 0.01 Prob_true_positive = 0.8 Prob_false_positive = 0.096 #░░░░░░ 𝙈𝘼𝙏𝙃𝙎 ░░░░░░ cp=(Actual_probability * Prob_true_positive)/((Actual_probability * Prob_true_positive) + Prob_false_positive*(1-Actual_probability)) * 100 #░░░░░░ 𝙊𝙐𝙏𝙋𝙐𝙏𝙎 ░░░░░░ cp # Meaning the chance a positive test means a positive result