Skip to content

Commit

Permalink
Update timeseries_features_mixin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson authored Oct 11, 2023
1 parent b05984b commit c92acc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simba/mixins/timeseries_features_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def hjort_parameters(data: np.ndarray):
:math:`mobility = \sqrt{\\frac{dx_{var}}{x_{var}}}`
:math:`complexity = \sqrt{\\frac{ddx_{var}}{dx_{var}} / mobility}
:math:`complexity = \sqrt{\\frac{ddx_{var}}{dx_{var}} / mobility}`
"""

def diff(x):
Expand Down

0 comments on commit c92acc8

Please sign in to comment.