Maurizio DE PITTA

Results 12 comments of Maurizio DE PITTA

Hi Florian, sorry about it. I confused NumCollocation with Ntst in XPPAUT. This is not likely the best platform to ask this question. However, could you just briefly elucidate me...

Hi Florian, thanks for pointing that out. I am gonna post this on sourceforge.com. I can post it also as a "bug" here. Just because we are on the topic,...

@jmllorens Thanks. Indeed it looks like that `.evolve` is using the original definition and bypasses the time-to-time parameters. I posted this issue also on gitter, and see what the others...

@awage You are right. Indeed the grid should have been replaced by the equivalent step. Here is a temporary edit. I need to test it yet. Unfortunately, I am running...

@awage thanks. I need to test it on my data sets to be able to give you consistent feedback. I am currently building the data, but, as I mentioned earlier,...

@awage Thank you for your patience. I got my laptop stolen and had to rewrite the code from scratch. I am testing your code on dummy data, and it works...

@awage There is a typo in the computation of the overlapping basin. The overlapping indexes were originally computed by: overlap = findall(x->x.>0,(bb.==ξ).&(ba.==ξ)) should instead be estimated by: overlap = findall(x->x.>0,(bb.==ι).&(ba.==ξ))...

@Datseris I am not sure how to do a PR nor what a PR is. This code is not in the current `Attractors.jl` since it implements the `tipping_probabilities` that allows...

It seems indeed the case. I am reading the system log: `Out of memory: Killed process 13567 (julia) total-vm:33453780kB, anon-rss:29431324kB, file-rss:4kB, shmem-rss:0kB, UID:1000 pgtables:58940kB oom_score_adj:0` It is pretty strange, however,...

Thanks, @awage. I opened the `~/.julia/packages/ChaosTools/src/tipping.jl`, and the computation of the probabilities is a matter of two nested `for` cycles. The main issue, I guess, is when you have very...