MMMCVPlotSuite.param_stability#
- MMMCVPlotSuite.param_stability(cv_data=None, var_names=None, dims=None, figsize=None, figure_kwargs=None, backend=None, return_as_pc=False, **pc_kwargs)[source]#
Forest plot comparing parameter posteriors across all CV folds.
- Parameters:
- cv_data
az.InferenceDataorNone Override the stored
self.cv_datafor this call only.- var_names
list[str] orNone Variables to include (passed directly to
azp.plot_forest).- dims
dictorNone Filter coordinate values before plotting (e.g.
{"channel": ["tv"]}).- figsize
tupleorNone Figure size in inches; takes precedence over
figure_kwargs["figsize"].- figure_kwargs
dictorNone Extra kwargs for the figure constructor; merged with defaults.
- backend
strorNone PlotCollection backend.
- return_as_pcbool
Return the raw
PlotCollectioninstead of(Figure, NDArray[Axes]).- **pc_kwargs
Forwarded to
azp.plot_forest().
- cv_data
- Returns:
tuple[Figure,NDArray[Axes]] orPlotCollection