Kristian Agasøster Haaga

Results 158 comments of Kristian Agasøster Haaga

A common resampling interface is an excellent idea! I've sketched out some ideas below - is this roughly what you had in mind, @rofinn? ## Common interface (in StatsBase.jl) ```julia...

Sorry for the late reply, @mkborregaard. I've been caught up in writing my thesis, so I haven't had a chance to delve deeper into the working of `Measurements.jl`. Do you...

Is there any progress on this PR? This would be very useful for us to have in [TimeseriesSurrogates.jl](https://github.com/JuliaDynamics/TimeseriesSurrogates.jl), where performance of some of our methods would be improved if the...

This is also related to https://github.com/JuliaDynamics/TimeseriesSurrogates.jl/issues/136. > Surely estimating the transfer entropy with only 1 dimension rom the source doesn't really make sense given the definition of transfer entropy, right?...

In fact, we have to enable both approaches to not be too restrictive here. It may happens that one wants to consider multiple timeseries together as the source, and then...

This is the same surrogate method as in #64. Closing in favor of that.

> This is the same surrogate method as in #64. Closing in favor of that. This is not true. The IAAWT surrogate method is an extension developed by Keylock to...

> Furthermore, there is a single CI action that cleans preview PRs so that their content is also not saved. We do this in Agents.jl and we should do it...

TODO: - [ ] Reset the gh-pages branch just before tagging 2.0. - [x] Clean preview PRs with Github Actions. Fixed by #142.

> Changing the measure does not create any change of tests in the surrogate hypothesis test. They kind of are, though, because the different measures have different detection rates with...