I am reading from an arXiv.org paper the following math text:
"Let $x\in \{−1, 1\}^I$ be random and uniform, and let $y$ be obtained from $x$ by resampling each coordinate with probability $\varepsilon$ independently, where $\varepsilon \in (0, 1)$. Then $y$ is referred to as an $\varepsilon$-noise of $x$ and $\mathbb{E}(x_iy_i) = 1 - \varepsilon$."
My question is how in the probability theory we define the resampling operation considered in the text above ? I am sorry for the problem but I cannot find any answer in google
With the amount of context given, this means Sampling again from underlying distribution. So you end up updating some of your coordinates with probabilities $\epsilon$, while others are not updated with probability $1-\epsilon$.