C3 AI Interview Question

How to adapt a statistical test level when running n tests instead of a single one?

Interview Answer

Anonymous

Feb 9, 2024

Bonferroni correction: alpha <- alpha / n

1