Concept

The Paired Bootstrap Test

In NLP, it's common to use non-parametric tests, such as the Bootstrap test. Basically, the Bootstrap test means repeatedly drawing large numbers of smaller samples with replacement.

Let's say, we have a large number bb of virtual test sets x(i)x^{(i)}

P = \sum^b_{i=1} $$𝟙$$ \left ( \delta(x^{(i)}) \geq 2\delta(x) \right )

if the p-value is smaller than 0.01, we can reject the null hypothesis and conclude A is better than B.

0

1

Updated 2021-10-24

Tags

Data Science