Skip to content

Commit

Permalink
Merge pull request #66 from zfit/ikrommyd/fix-cruijff-docstring
Browse files Browse the repository at this point in the history
chore: fix cruijff docstring
  • Loading branch information
ikrommyd authored Mar 20, 2024
2 parents 4f0bdb4 + 7359569 commit 938379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfit_physics/models/pdf_cruijff.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(
f(x; \\mu, \\sigma_{L}, \\alpha_{L}, \\sigma_{R}, \\alpha_{R}) = \\begin{cases}
\\exp(- \\frac{(x-\\mu)^2}{2 \\sigma_{L}^2 + \\alpha_{L} (x-\\mu)^2)}, \\mbox{for} x \\leqslant mu \\newline
\\exp(- \\frac{(x-\\mu)^2}{2 \\sigma_{R}^2 + \\alpha_{R} (x-\\mu)^2)}, \\mbox{for} x > mu
\\exp(- \\frac{(x-\\mu)^2}{2 \\sigma_{R}^2 + \\alpha_{R} (x-\\mu)^2)}, \\mbox{for} x > mu \\end{cases}
Args:
mu: Mean value
Expand Down

0 comments on commit 938379d

Please sign in to comment.