structure of accumulated statistics
statacc( l = list(sumY = 0, sumSqY = 0, sumZ = 0, sumSqZ = 0, sumYZ = 0, nReg = 0) )
l
list of accumulated parameters