geolime.operations.drillhole.cell_declustering

Classes:

Drillholes(data, metadata)

Functions:

cell_declustering(drillholes, size_x, …)

Compute declustered weights by Cell Declustering algorithm from C.

geolime.operations.drillhole.cell_declustering.cell_declustering(drillholes: geolime.objects.drillhole.Drillholes, size_x: int, size_y: int, size_z: int, var: str, nb_off: int)

Compute declustered weights by Cell Declustering algorithm from C. Deutsch.

Parameters
  • drillholes (Drillholes) – drillholes to decluster in x, y, z

  • size_x (int) – cell size in x direction

  • size_y (int) – cell size in y direction

  • size_z (int) – cell size in z direction

  • var (str) – variable column

  • nb_off (int) – number of offsets

Returns

Return type

Declustered weights wi of each data point i