This is a collection of scripts that produce Fig.~4 of the paper on Mr. Estimator.
conda install h5py numpy matplotlib tqdm
pip3 install -U 'mrestimator[full]'
run/triallength.py
run/triallength.py
.
./dat/
that contains precalculated correlation coefficients.run/triallength.py
script takes an integer argument (think thread or job id) because we ran this on the cluster. Every id creates it's own hdf5 output file.run/merge_hdf5.py
to obtain data files similar to the ones provided here.plt/plot_merged.py
.Note that the realizations for long trials (large targettau
and targetlength
in run/triallength.py
) will take on the order of days computation and multiple gigabytes of ram. Adjust as needed.