rockverse.dect.DECTGroup.view_inversion_coefs#

DECTGroup.view_inversion_coefs(figsize=(8, 5), **kwargs)[source]#

Convenience function for visualizing the probability density functions (PDFs) for the Monte Carlo invertion coefficients.

Parameters:
  • figsize (tuple of float, optional) – Size of the figure in inches, specified as (width, height). Default is (8, 5).

  • kwargs – Additional keyword arguments to be passed to the underlying Matplotlib hist function.

Returns:

  • fig (matplotlib.figure.Figure) – The Figure object containing the generated plots.

  • ax (numpy.ndarray) – The axes for the PDFs.