Go to the source code of this file.
Classes | |
class | ambhas.krige.OK |
Namespaces | |
namespace | ambhas::krige |
Variables | |
tuple | ambhas::krige.x = np.random.rand(20) |
tuple | ambhas::krige.y = np.random.rand(20) |
float | ambhas::krige.z = 0.0 |
tuple | ambhas::krige.foo = OK(x,y,z) |
tuple | ambhas::krige.lags = np.linspace(0,5) |
dictionary | ambhas::krige.model_par = {} |
tuple | ambhas::krige.G = foo.vario_model(lags, model_par, model_type = 'exponential') |
tuple | ambhas::krige.Rx = np.linspace(-1,1,1050) |
tuple | ambhas::krige.Ry = np.linspace(0,1,750) |