triggers_single_detector_HM.TriggerList.plot_teststat_hist#
Back to Class page
Summary#
Plots normalized overall histogram of test statistic
Signature#
def plot_teststat_hist(self, ax = None, undo_psd_drift = False, plot_chi2 = True, **hist_kwargs)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
None |
Axis to plot into, if available |
|
|
False |
Flag indicating whether to undo psd drift |
|
|
True |
Flag to plot chi2 line |
|
|
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Axis with histogram, if none passed in |
Docstring#
Plots normalized overall histogram of test statistic
:param ax: Axis to plot into, if available
:param undo_psd_drift: Flag indicating whether to undo psd drift
:param plot_chi2: Flag to plot chi2 line
:return: Axis with histogram, if none passed in