Let $X$ be a random variables with Normal distribution: $N[m,\sigma^2]$. Let $\eta$ be a constant. Now, let $M=\min(X,\eta)$. What is the expectation and variance of $M$?
This question seems related but no one answered that quesion: Expectation of $\min(X, c)$ for $X$ truncated r.v. and $c$ constant
This question also seems related but it talks same about two or more random varible which is uniformly distributed: Expectation of Minimum of $n$ i.i.d. uniform random variables.
I tried to explicitly calculate the probability distribution of $M$, but it turned out too complicated.
Here is my current attempt; looking forward for your comments.)
$E[M]=E[min(X,\eta)] =min(E[X],\eta) = min(m,\eta)$
$var[M]=var[min(X,\eta)]= min(var[X],\eta^2)= min(\sigma^2,\eta^2)$