Kristian Agasøster Haaga

Results 158 comments of Kristian Agasøster Haaga

That is one way of solving the issue. I guess for mutual information, as in the linked discussion, computing it between two complex valued datasets would be the same as...

Hey @rusandris! > Is there a way to get the P transfer matrix without calling `invariantmeasure` first? Yes. The transfer matrix is estimated first, then the stationary distribution is estimated...

> This might be a separate issue, but since it is related, I'll mention it here. > > Why one get different number of states in the outcome space when...

@rusandris Hey again. On `main`, you can now specify the `rng` argument to get reproducible results. ```julia using Random D = StateSpaceSet(rand(MersenneTwister(1234), 100, 2)) # Resetting rng will lead to...

Shall we merge this too before we submit the paper, @Datseris? In that case, I can merge with main and make sure that the measure-counting doc page also takes this...

> Any outcome space that does delay embeddings is immediatelly generalizable to spatial data. We just need to alter codify for it so that it does different embedding and construction...

> Sure, can you merge `main` here and update changelog, as I guess everything will go under 3.5? Yep, this all goes in 3.5

> right, but i can't merge duye to conflicts Should be good now. Tests pass locally.

This could be done by implementing a `PreferredDirectionTest{CT} where {CT

The comment above refers to old, deleted code and can be disregarded. On a new note: this feature should still be implemented, since it is so widely used. However, it...