You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* correct references to FCParameters in doc
closes issue 323
* smoother formulation
* correct underlines
* refer to footnotes
* another missing reference to footnote
* sample entropy does not have tolerance parameter
* correctly reference footnotes
* another two footnote references
* add header for script modules
* correct docstring of run script
* fixed module level references
* not possible to link rubric references in feature calculators
* need newlines between codeblocks
* fix reference of tests
Copy file name to clipboardExpand all lines: tsfresh/examples/driftbif_simulation.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,10 @@
13
13
14
14
classvelocity(object):
15
15
"""
16
-
Simulates the velocity of a dissipative soliton (kind of self organized particle).
17
-
The equilibrium velocity without noise R=0 for $\tau>1.0/\kappa_3$ is $\kappa_3 \sqrt{(tau - 1.0/\kappa_3)/Q}. Before the drift-bifurcation $\tau \le 1.0/\kappa_3$ the velocity is zero.
16
+
Simulates the velocity of a dissipative soliton (kind of self organized particle) [6]_.
17
+
The equilibrium velocity without noise R=0 for
18
+
$\tau>1.0/\kappa_3$ is $\kappa_3 \sqrt{(tau - 1.0/\kappa_3)/Q}.
19
+
Before the drift-bifurcation $\tau \le 1.0/\kappa_3$ the velocity is zero.
0 commit comments