AMBHAS
ambhas::krige Namespace Reference

Classes

class  OK

Variables

tuple x = np.random.rand(20)
tuple y = np.random.rand(20)
float z = 0.0
tuple foo = OK(x,y,z)
tuple lags = np.linspace(0,5)
dictionary model_par = {}
tuple G = foo.vario_model(lags, model_par, model_type = 'exponential')
tuple Rx = np.linspace(-1,1,1050)
tuple Ry = np.linspace(0,1,750)

Variable Documentation

Definition at line 253 of file krige.py.

tuple ambhas::krige::G = foo.vario_model(lags, model_par, model_type = 'exponential')

Definition at line 265 of file krige.py.

tuple ambhas::krige::lags = np.linspace(0,5)

Definition at line 259 of file krige.py.

dictionary ambhas::krige::model_par = {}

Definition at line 260 of file krige.py.

tuple ambhas::krige::Rx = np.linspace(-1,1,1050)

Definition at line 269 of file krige.py.

tuple ambhas::krige::Ry = np.linspace(0,1,750)

Definition at line 270 of file krige.py.

tuple ambhas::krige::x = np.random.rand(20)

Definition at line 249 of file krige.py.

tuple ambhas::krige::y = np.random.rand(20)

Definition at line 250 of file krige.py.

float ambhas::krige::z = 0.0

Definition at line 251 of file krige.py.

 All Classes Namespaces Files Functions Variables