Christopher Schölzel
Christopher Schölzel
Beta is the mortality rate of the prey, not of the predator.
Following the discussion in NeuroKit2 (https://github.com/neuropsychology/NeuroKit/issues/206) it seems that there are multiple ways to implement DFA. => Check that we really use the correct implementation according to Peng 1995 and...
Might be as easy as running DFA multiple times. Reference: https://github.com/neuropsychology/NeuroKit/blob/cb37d83ee20d6a13a91c4848aa435f41e979e203/neurokit2/complexity/fractal_dfa.py#L8
@DominiqueMakowski called my attention to a discrepancy between this implementation of the sample entropy and my implementation in [nolds](https://github.com/CSchoel/nolds) in this issue: [neuropsychology/NeuroKit#53](https://github.com/neuropsychology/NeuroKit/issues/53) . I think there is a small...
Sometimes (quite rarely), the first call to `sendExpression()` after an OMCSession is created freezes. Stacktrace of InterruptException (after CTRL-C): ```verbatim [1] wait(::FileWatching._FDWatcher; readable::Bool, writable::Bool) at /build/julia/src/julia-1.5.0/usr/share/julia/stdlib/v1.5/FileWatching/src/FileWatching.jl:529 [2] wait at /home/cslz90/.julia/packages/ZMQ/R3wSD/src/socket.jl:52...
I would really like to be able to install the current repository version of OMJulia with `pkg> add OMJulia`, especially because of the fix for #22. As I understand this...
Sometimes (maybe 1 in 10 or 1 in 20 cases), ZMQ freezes after `sendExpression(omc, "quit()")`. The OMC instance shuts down properly, but the call never returns. I suppose that this...
## Sub-Issues: - [x] #29 - [x] #30 - [x] #31 - [x] #25 - [x] #33 - [ ] #17
The function `lyap_e` is reliable when it comes to the sign of the largest Lyapunov exponent, but not so much when it comes to the absolute size. Changing the parameters...
## Sub-issues - [ ] Go through TODOs in the code. - [x] Reduce the size of unit tests so that they run in less than three minutes. - [x]...