*/
@Override
protected void calcVar() {
double[] C;
double[] tempBatch = new double[numBatch];
double sampleVar = (new SampleMeanVar(batchMean)).getVar();
K = numBatch / 4;
C = calcConstants(K, polyOrder);
C1 = C[0];
C2 = (int) C[1];
//DEK (Federico Granata)