Skip to content

Commit

Permalink
cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Oct 11, 2023
1 parent 347d5ad commit b05984b
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 @@ -34,7 +34,7 @@ def hjort_parameters(data: np.ndarray):
>>> (2.5, 0.5, 0.4082482904638631)
:math:`mobility = \sqrt{\\frac{dx_{var}}{x_{var}}}`
:math:`complexity = \sqrt{\\frac{ddx_{var}}{dx_{var}} / mobility}
"""

Expand Down

0 comments on commit b05984b

Please sign in to comment.