Skip to content

Commit

Permalink
Changed cofidence docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
gschwefer committed Aug 24, 2023
1 parent 592d314 commit afd557a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ctapipe/image/pixel_likelihood.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ def neg_log_likelihood_numeric(
Width of single p.e. peak (:math:`σ_γ`).
pedestal: ndarray
Width of pedestal (:math:`σ_p`).
confidence: tuple(float, float), 0 < x < 1
Confidence interval of poisson integration.
confidence: loat, 0 < x < 1
Upper end of Poisson confidence interval of maximum prediction.
Determines upper end of poisson integration.
Returns
-------
Expand Down

0 comments on commit afd557a

Please sign in to comment.