CADETProcess.optimization.OptimizationResults.plot_corner

CADETProcess.optimization.OptimizationResults.plot_corner#

OptimizationResults.plot_corner(use_transformed: bool = False, show: bool = True, plot_directory: str | None = None) None#

Create a corner plot of the independent variables.

Parameters:
use_transformedbool, optional

If True, use the transformed independent variables. The default is False.

showbool, optional

If True, display the plot. The default is True.

plot_directorystr, optional

The directory where the plot should be saved. The default is None.