Context: Consider the problem of identifying the error probability associated with a given classifier. Assume that the points produced by the two classes, namely A and B, are characterized by bivariate Gaussians. In this context, the classifier may be characterized by a line and the probability of error is related to the probability that a point is beyond that line.
Question: Given a line $y=ax+b$, what is the probability that a bivariate Gaussian generates a point beyond that line?
Case 1) In the simplest case, we assume that the bivariate Gaussian is normalized, with mean (0, 0), correlation 0, and variances 1. We also assume $b=0$. Intuitively, I think in this case the answer is that the sampled point will be in each side of the line with probability 1/2
Case 2a) In this case, we assume that the bivariate Gaussian is normalized, with mean (0, 0), correlation 0, and variances 1. We assume $b \neq 0$
Case 2b) In this case, we assume that the bivariate Gaussian is general, with mean $\mu$ and covariance matrix $\Sigma$. We assume $b = 0$
Case 3) Now, we assume that the bivariate Gaussian is general with mean $\mu$ and covariance matrix $\Sigma$. We assume $b \neq 0$