I'd like to generate some example data for this equation related to Bessel's correction. What is a way to generate data for first part of the equation (in the picture below). One way to approach is to come up with a vector, like x= {1,2,3} and do the Expected Value of Variance[x] - the biased variance. But, I had trouble understanding whether the Variance function uses n-1, so would it be the sigma^2 or Sbiased^2?
That is, in some way it would be ExpectedValue{x - sbiased}, where x is a matrix of something like x={{1,2,3}, {4,5,6}}.
I'm new to Mathematica (and stack overflow mathematica) and appreciate any help and advice if I posted a question in the wrong way. Thank you

