Kristian Agasøster Haaga
Kristian Agasøster Haaga
Hey @AditiKathpalia! I'm trying to implement the full CCC algorithm, but when trying to compare my results with the implementation in the MATLAB toolbox from the supplement of the paper,...
Hey @Datseris, If you have time, could you check out the Github Action error logs for the most recent tests in this PR? The tests fail due to what seems...
Hi @Datseris, Do you think this could belong somewhere in DynamicalSystems.jl? Maybe under the [chaos detection section](https://juliadynamics.github.io/DynamicalSystems.jl/latest/chaos/chaos_detection/)? It is not nearly as sophisticated as the methods you already have, though,...
> Haha every method requires visual inspection if you want to be rigorous! 💩 > oh yeah this sounds like a good idea! Perfect. I'll prepare relevant PRs to `DelayEmbeddings`...
The encoding could in principle be generalizable to multidimensional CDF functions as well, although I'm not sure something like that exists in the literature yet in the context of these...
On second thought, this is speculative. Slicing a `Probabilities` array means the `Probabilities` will be re-normalized. In most use cases, that is probably not what a user would want. The...
For counts it has meaning to slice. For probabilities less so - it would have to be a new type. In terms of pretty printing, it does have meaning to...
> I'll need to review this in detail before we merge, but a detail review may take a month or two... No pressure! I'm just tagging you for review here...
After the package redesign, it is clear that the walkthrough entropy isn't really an entropy - but is is an information measure of some sort according to our definition, since...
> The existing multiscale algorithms, such as Regular take as input a timeseries, besides their other keywords. > Once instantiated, they are iterators. They iterate over views of the input...