Mirko Mälicke

Results 48 comments of Mirko Mälicke

and btw. the `_groups` start at `0` not `1`, just for info.

> I think I can start with that. It will probably take some time to progress with this, as I will work on this in the spare minutes between other...

I guess that is right. I have to defend my PhD thesis in two weeks, therefore I can't test or contribute right now. But there should be tests, that will...

Hey, I have a short update. While working on another project I had to do something really similar (with pytorch) and quickly checked the respective Numpy functions. Consider to replace...

> This is the pytest output > > [log.txt](https://github.com/mmaelicke/scikit-gstat/files/11969452/log.txt) Ok, the fail is not associated to the changes made here. There is an optional dependency on `gstools`, which is only...

Hi, Spatio-temporal kriging is currently not supported, but on the short-term to-do list. Since version `1.5`, `gstools` has spatiotemporal kriging. Unfortunately the interface to gstools is not yet updated (see...

I'll check the code and run the sphinx build in a clean build. Possible, that I also had some images cached... I will try to free my calendar this week...

Hi Wonmo, If I got your question correct, you are right, there is a bit of confusion, but the docstring of `create_XMarginal` should be more descriptive. Consider this line: https://github.com/mmaelicke/scikit-gstat/blob/f44de8b860cc45739a0a450d8b43569331722580/skgstat/SpaceTimeVariogram.py#L657...

hmm. That makes sense. I have to admit, that I did the implementation (literally) years ago and cannot remember the details exactly. I did not use the class myself, eversince,...

Hi @johanneskopton, I had exactly this in mind for ages. The space-time grid should just be a shortcut and special case in the future, as it is not flexible enough....