Sebastian Müller

Results 168 comments of Sebastian Müller

With the above formulation, it should be quite easy to implement. So we can get rid of different classes for different dimensions. PS: I updated the issue to fix some...

I am planing to include the transformation matrices in the covariance model in `GSTools`, so we can simply use it in PyKrige later on. See: https://github.com/GeoStat-Framework/GSTools/issues/77

In order to be in line with the Tait-Bryan angles, the signs of the `sin` functions should alter with the rotation planes to preserve orientation. (meaning the rotation in xz...

Some links: https://en.wikipedia.org/wiki/Givens_rotation https://en.wikipedia.org/wiki/Davenport_chained_rotations

This is now solved in GSTools and will be used in PyKrige in the future: - https://github.com/GeoStat-Framework/GSTools/pull/109 - https://github.com/GeoStat-Framework/GSTools/pull/112

@rth : I would create a 1.5 version incorporating GSTools as proposed in #125 . We could add deprecation warnings there. Everything else should be done within a 2.0 release,...

One problem, that comes up, when bringing the variogram models in line, is that all models in GSTools are stationary and assume a finite sill of the variogram. So these...

We could run a comparison against the GSTools Universal Kriging routine.

I guess the simplest way to do so is to involve [pyment](https://github.com/dadadel/pyment) in the `py_filter` script. You create a temporary file, where the numpy docstrings style is converted to google...

> Since `clang-format` preserves those, I think `lfortran fmt` should too. Also like `black` does it in Python: preserve 1 empty line, but more should be cut down to 1.