Covariance matrices representations#

For this tutorial, it is required to install covmats with the required modules for the notebook. The easiest way is through pip:

pip install covmats[examples]

Or alternatively using conda

conda install covmats[examples]

You might also clone the repository and install from source

pip install -e ".[examples]"

Then import the modules