Skip to content

Commit

Permalink
escapes special characters that irritate the reST parser
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed Oct 1, 2024
1 parent bd2d1ee commit 0d274e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nolds/measures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ def mfhurst_b(data, qvals=None, dists=None, fit='poly',
Essentially, we can calculate c_q(d) of a discrete evenly sampled time
series Y = [y_0, y_1, y_2, ... y_(N-1)] by taking the absolute differences
[|y_0 - y_d|, |y_1 - y_(d+1)|, ... , |y_(N-d-1) - y_(N-1)|] raising them to
[\|y_0 - y_d\|, \|y_1 - y_(d+1)\|, ... , \|y_(N-d-1) - y_(N-1)\|] raising them to
the qth power and taking the mean.
Now we take the logarithm on both sides of our relation c_q(d) ~ d^(q H_q)
Expand Down

0 comments on commit 0d274e8

Please sign in to comment.