File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Probability distributions describe the likelihood of different outcomes in a ran
132132** Geometric Distribution**
133133- Mean: E[ X] = 1/p
134134- Variance: Var(X) = (1-p)/p²
135- - Memoryless property: P(X > s+t | X > s) = P(X > t)
135+ - Memoryless property: P(X > s+t \ | X > s) = P(X > t)
136136
137137#### 1.3.2. Continuous Distributions
138138
@@ -254,7 +254,7 @@ Multiple testing correction methods are available in the `multipletests` class f
254254 - Adjusted α = α / number of tests
255255 - Example: For 10 tests at α = 0.05, use α = 0.005 for each test
256256 - Best for: Small number of tests, when minimizing false positives is critical
257- - Python: `` multipletests(pvals, method='bonferroni')`
257+ - Python: ` multipletests(pvals, method='bonferroni') `
258258
2592592 . ** Holm-Bonferroni (Sequential Bonferroni)**
260260 - Less conservative than Bonferroni
You can’t perform that action at this time.
0 commit comments