Suppose I have a set of data such that $$y= a\times x + b + \varepsilon $$
I am trying to find $a$ and $b$, but some $y$'s are outliers and up to 80% of the data is missing, so I don't have access to $x$. To do so, I am constructing $x$ with a B&B algorithm. Because if I can construct $x$, I can easily find $y$.
Would p-value be useful in order to flag some data as outlier? If so, how can it be done?