Skip to content

Commit

Permalink
accidentally removed end cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Mar 22, 2024
1 parent 3dc9b94 commit 909fa4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zfit_physics/models/pdf_cruijff.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def __init__(
f(x; \\mu, \\sigma_{L}, \\alpha_{L}, \\sigma_{R}, \\alpha_{R}) = \\begin{cases}
\\exp{\\left(- \\frac{(x-\\mu)^2}{2 \\sigma_{L}^2 + \\alpha_{L} (x-\\mu)^2}\\right)}, \\mbox{for} x \\leqslant mu \\newline
\\exp{\\left(- \\frac{(x-\\mu)^2}{2 \\sigma_{R}^2 + \\alpha_{R} (x-\\mu)^2}\\right)}, \\mbox{for} x > mu
\\end{cases}
Args:
mu: Mean value
Expand Down

0 comments on commit 909fa4d

Please sign in to comment.