Plot the Covariance MatrixΒΆ

You might wish to examine how the various parameters are correlated with each other. You can do this by plotting the covariance matrix using visualize.covariance():

import visualize
visualize.covariance()

This will produce an enormous plot showing correlations between all of the model parameters. The plot is far too big to reproduce here, but you can use Preview to zoom in on any panel of interest.