We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa64fe3 commit 965f2d1Copy full SHA for 965f2d1
fooof/core/jacobians.py
@@ -12,7 +12,7 @@
12
###################################################################################################
13
14
15
-## Periodic fit functions
+## Periodic Jacobian functions
16
17
def jacobian_gauss(xs, *params):
18
"""Create the Jacobian matrix for the Gaussian function.
@@ -51,7 +51,7 @@ def jacobian_gauss(xs, *params):
51
return jacobian
52
53
54
-## Aperiodic fit functions
+## Aperiodic Jacobian functions
55
56
def jacobian_expo(xs, *params):
57
"""Create the Jacobian matrix for the exponential function.
0 commit comments