We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467bb77 commit e891e1eCopy full SHA for e891e1e
lmfit/models.py
@@ -1428,7 +1428,7 @@ class DoniachModel(Model):
1428
1429
f(x; A, \mu, \sigma, \gamma) = \frac{A}{\sigma^{1-\gamma}}
1430
\frac{\cos\bigl[\pi\gamma/2 + (1-\gamma)
1431
- \arctan{((x - \mu)}/\sigma)\bigr]} {\bigr[1 + (x-\mu)/\sigma\bigl]^{(1-\gamma)/2}}
+ \arctan{((x - \mu)/\sigma)}\bigr]} {\bigl[1 + {((x-\mu)/\sigma)}^2\bigr]^{(1-\gamma)/2}}
1432
1433
For more information, see:
1434
https://www.casaxps.com/help_manual/line_shapes.htm
0 commit comments