Consider a two-class classification problem, where the densities of the two competing classes are given by $f_1(x) = \begin{cases} 1 & \text{if } 0 \leq x \leq 1 \\ 0 & \text{otherwise} \end{cases}$ and $f_2(x) = \begin{cases} 2x & \text{if } 0 \leq x \leq 1 \\ 0 & \text{otherwise} \end{cases}$. Let $\pi_1$ and $\pi_2$ be the prior probabilities of these two classes. Now consider a classifier $\delta$, which classifies an observation $x$ to class $1$ if $x < 1/2$ and to class $2$ if $x \geq 1/2$.
To determine when the classifier \( \delta \) is the Bayes classifier and to find the average probability of misclassification, let's first understand the problem:
We have two classes with probability densities:
Priors are given as \( \pi_1 \) and \( \pi_2 \), representing the prior probabilities of the classes. A Bayes classifier \(\delta\) minimizes the probability of misclassification.
The given classifier \(\delta\) classifies:
According to the Bayes rule, \(\delta\) is optimal when it classifies by maximizing posterior probabilities. For \(\pi_1 = \pi_2\):
Hence, when \(\pi_1 = \pi_2\), the classifier \(\delta\) is indeed a Bayes classifier.
Next, for the average probability of misclassification calculation:
Conclusively, if \(\pi_1 = \pi_2\), then \(\delta\) is the Bayes classifier, and the average probability of misclassification for \(\delta\) is \(\frac{3}{8}\).
Let $X_1, X_2, X_3$ be a random sample of size 3 from an absolutely continuous distribution that is symmetric about 0. For $i=1,2,3$, let $R_i$ denote the rank of $|X_i|$ among $|X_1|, |X_2|$ and $|X_3|$.
If $T^+ = \sum_{i=1, X_i>0}^3 R_i$
is the Willcoxon signed-rank statistic, then which of the following statements are true?,