Given $K$ triplets $t_k:=(a_k^{(1)},a_k^{(2)},a_k^{(3)}) \in \mathbb{R}^3, k=1,...,K$ and the triplet to test against them $t=(a^{(1)},a^{(2)},a^{(3)}) \in \mathbb{R}^3$.
How can one test whether $t$ differs significantly from the $K$ other triplets, in the sense that $t$ has "little probability to occur in the distribution of the $t_k$s"? That is, I want to test whether this particular triplet is somehow significantly different from the others.
If this weren't triplets, e.g. if I just wanted to compare $a^{(1)}$ against $a_k^{(1)},k=1,...,K$, I would calculate the mean $\mu$ of all $a_k^{(1)},k=1,...,K$ and $a^{(1)}$ and then calculate $\alpha=\#\{k : |\mu - a_k^{(1)}| < |\mu - a_w^{(1)}|\}$. Then I could say $a^{(1)}$ is further apart from the mean as $\frac{\alpha}{K}$ other cases, i.e. reject the hypothesis that $a^{(1)}$ is just randomly distributed around the mean.