You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to implement a 4D ordinary kriging object? I've had a look through the ok3d.py file but I'm not sure how to change the adjusted arrays to include another dimension. I'm aware that kriging is usually done in 2D or 3D but I have a specific 4D data set I'd like to use this on.
Thanks
The text was updated successfully, but these errors were encountered:
The isotropic case shouldn't be to hard, since we only need the distance between points.
The problem is the characterization of rotation in higher dimensions, which is really non-trivial.
An implementation approach could include an N-dimensional implementation for isotropic variogram models.
Hi,
Is it possible to implement a 4D ordinary kriging object? I've had a look through the ok3d.py file but I'm not sure how to change the adjusted arrays to include another dimension. I'm aware that kriging is usually done in 2D or 3D but I have a specific 4D data set I'd like to use this on.
Thanks
The text was updated successfully, but these errors were encountered: