/*@Real*/ final double x = expectationValue(
new ComposedFunction(
new Fourth(), new Bind2nd(
new Minus(), mean())),
new Everywhere()).first();
/*@Real*/ final double sigma2 = variance();
/*@Real*/ final double c1 = (N/(N-1.0)) * (N/(N-2.0)) * ((N+1.0)/(N-3.0));
/*@Real*/ final double c2 = 3.0 * ((N-1.0)/(N-2.0)) * ((N-1.0)/(N-3.0));