triggers_single_detector_HM.TriggerList.plot_running_hist#

Back to Class page

Summary#

TODO: Deprecation Warning Plots running histogram of test statistic in time-chunks

Signature#

def plot_running_hist(self, deltat = 10.0, n_bins = 50)
Input variables#

Name

Type

Default

Description

deltat

10.0

Make running histogram every deltat seconds

n_bins

50

Number of bins of test statistic

Output variables#

Return annotation

Docstring type

Description

None

Axis with histogram

Docstring#

TODO: Deprecation Warning
Plots running histogram of test statistic in time-chunks
:param deltat: Make running histogram every deltat seconds
:param n_bins: Number of bins of test statistic
:return: Axis with histogram