Tables 1-2 were computed with the fortran program SizeDistortions.f90, compiled with Windows Intel Fortran Composer XE 2013 SP1.  

The program uses (a small subset of) the helper modules stored in files ML6.f90, myfuncs.f90 and dotops.f90, which should be compiled together with SizeDistortions.f90. Compilation requires linking against 

1) the IMSL fortran library (we used version 6)
2) the matlab engine library (we used version R2013b)

The matlab engine is only used for output (printing matrices on screen), so with some relatively minor modifications to SizeDistortions.f90, reliance on the matlab engine library could be avoided. 