csep.utils.plots.plot_distribution_test¶
-
csep.utils.plots.
plot_distribution_test
(evaluation_result, axes=None, show=True, plot_args=None)[source]¶ Takes result from evaluation and generates a specific histogram plot to show the results of the statistical evaluation for the M-test.
- Parameters
evaluation_result – object-like var that implements the interface of the above EvaluationResult
- Returns
can be used to modify the figure
- Return type
ax (matplotlib.axes.Axes)