Ambric.plot_loadings_aggregate()
Plot loading distributions across regions, grouped by broad type.
Usage
Ambric.plot_loadings_aggregate(path=None)Assembles loadings from the posterior and passes them to ~ambric.diagnostics.plot_loadings_aggregate(). One panel per broad loading type (factors, macro, boost_signal) compares individual region estimates against the cross-region mean, enabling assessment of which signal category dominates model dynamics and how consistently loadings behave across regions.
Parameters
path: Path | None = None-
Directory in which to save the figure as SVG. When
Nonethe figure is displayed interactively.
Raises
ValueError-
If the model has not been fitted yet.