The Matlab code is structured into several subfolders to provide a better overview. The folder code/main contains all the start scripts for estimation and error analysis. Every script calls to boot.m in the code directory (which in turn calls config).
The folder code/plot contains several script for plotting various results of estimation, simulation and error analysis.
The core functionality described in the paper resides in the subfolders of the directory core, namely code/core/cf for the characteristic functions, code/core/estimation for CMM/CGMM and heuristic estimation, and finally code/core/simulation for the simulation functions. The subfolders of the directory util contain utility function for aspects like parameter space transformations.
The directories mat and output are storage directories for results in Matlab data file format or png. Since there is no code contained in these directories, there is no further documentation provided.