Consider a 3-variate random vector normally distributed with mean $\mu$ and variance-covariance matrix $$ \Sigma=\begin{pmatrix} 1 & \rho & \rho\\ \rho & 1 & \rho\\ \rho & \rho & 1 \end{pmatrix} $$
Could you help me to understand under which conditions on $\rho$ $\Sigma$ is positive semi-definite and under which conditions on $\rho$ $\Sigma$ is positive definite?
We know that $\rho\in [-1,1]$. Since $Det(\Sigma)=1-3\rho^2+2\rho^3$, we have that $Det(\Sigma)\geq 0$ iff $\rho\geq -0.5$. Is this sufficient?
These two statements are equivalent
$\Sigma$ is positive definite
All eigenvalues of $\Sigma$ are positive
The eigenvalues of $\Sigma$ are $\{1-\rho, 1-\rho,1 + 2\rho\}$, which implies that we require
$$ 1 - \rho > 0 ~~~\mbox{and}~~~ 1 + 2\rho > 0 $$
or equivalently
$$ -1/2 < \rho < 1 $$
For the semi-definite case you can change "$<$" by "$\leq$"