This directory contains python scripts and data that can be used to
reproduce the results for Figure 5.

README.txt
==========
This file.

plot_figure4.py
===============
Script that recreates both parts of Figure 4 in the paper.  Reads the
precomputed data in relative_whitening_output.txt.

relative_whitening_output.txt
=============================
Text file containing the results for both parts of Figure 4 in the
paper.  Data can be recomputed with compute_relative_whitening.py.

compute_relative_whitening_with_ar1_estimation.py
=================================================
Modified version of whitened_self_attention.py in the parent directory
that computes the relative whitening and first-order stationarity
results shown in Figure 4 of the paper and writes that output to
relative_whitening_output.txt

