pyhgf.plots.plot_correlations# pyhgf.plots.plot_correlations(network: Network) → Axes[source]# Plot the heatmap correlation of the sufficient statistics trajectories. Parameters: networkAn instance of the HGF model. Returns: axsThe Matplotlib axe instance containing the heatmap of parameters trajectories correlation.