geolime.geostats.variogram¶
Data:
|
Callable type; Callable[[int], str] is a function of (int) -> str. |
|
The central part of internal API. |
Classes:
|
Generic enumeration. |
Functions:
|
Compute the angle between two vectors using the dot product |
|
Compute the covariance given an array of values for a set of pairs |
|
Compute directional vector from angles |
|
Generate lags array to be used with variogram |
|
Return a function that checks for an index vector if it belongs to an angular range. |
|
Check if target angle lies within a range of angles (defined by an angle tolerance) |
|
Return a function that check whether a vector (cartesian coordinates) lies within a slice (defined by a width and a height in meters) |
|
Matrix or vector norm. |
|
(Adapted from Apach Commons normalizeAngle, MathUtils sources) Normalize an angle in a 2pi; wide interval around a center value. |
|
Computes pairwise distances |
|
Convert plane angles to line angles. |
|
Rotation againt the Z axis |
|
Example of a convention (RGeoStats) |
|
Compare vectors from a set of indices |
|
Check whether a set of points (linked to their distances) match the input restricted boundaries. |
|
Compare vectors from a set of indices |
|
Check whether a set of distances lie within a lag-range. |
|
Compute the semivariance given an array of values for a set of pairs |
|
Given boundary input arguments (lag and its associated tolerance, angular reference and its associated tolerance), compute the variogram for a set of points (value associated with cartesian coordinates for a specific point) |