Skip to content

Commit

Permalink
Update pdf_erfexp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle authored Mar 23, 2024
1 parent ad1be34 commit ef77b13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zfit_physics/models/pdf_erfexp.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(
):
"""ErfExp PDF, the product of a complementary error function and an exponential function.
Implementation from https://gitlab.cern.ch/cms-muonPOG/spark_tnp/-/blob/Spark3/RooErfExp.cc
Implementation following closely `C++ version of custom RooErfExp.cc <https://gitlab.cern.ch/cms-muonPOG/spark_tnp/-/blob/Spark3/RooErfExp.cc>`_
.. math:
Expand All @@ -64,8 +64,8 @@ def __init__(
Args:
mu: Location parameter.
beta: Scale parameter.
gamma: Shape parameter.
n: Shape parameter.
gamma: Shape parameter, scale of exponential term.
n: Shape parameter, power in exponential term.
obs: |@doc:pdf.init.obs| Observables of the
model. This will be used as the default space of the PDF and,
if not given explicitly, as the normalization range.
Expand Down

0 comments on commit ef77b13

Please sign in to comment.