Semi variance is defined as : Link, (see Examples).As per the formula semivariance of N(0,sigma^2) distribution comes out to be sigma^2/2
However Based on what I have been reading in my finance books semi variance for standard normals is same as variance. So what is semivariance of a normal distribution?
Let's just deal with the standard normal distribution. Then, as I understand it, you are disregarding negative data values and taking the variance of only positive values.
Intuitively, I anticipate the mean and variance of such values to be the same as for the 'half-normal' distribution: $\sqrt{2/\pi}$ and $1 - 2/\pi,$ respectively. (Given what we know about the related integrals of ordinary standard normal distributions, I believe these values are not difficult to prove.)
A simulation in R with a million standard normal samples, each of size 100, gives the following results, verifying my guess (within 2 or 3 place accuracy):
Here is a histogram of the simulated distribution of semivariances, with a vertical red line at its mean.