GXST2 class¶
- class GXST2(handle=0)[source]¶
GXST2 class.
Bi-variate statistics. The
GXST2
class accumulates statistics on two data vectors simultaneously in order to compute correlation information. Statistics are accumulated using thedata_vv
function. See alsoGXST
(mono-variate statistics).- classmethod create()[source]¶
Creates a statistics object which is used to accumulate statistics.
New in version 5.0.
License: Geosoft End-User License
- data_vv(vv_x, vv_y)[source]¶
Add all the values in VVx and VVy to
GXST2
object.New in version 5.0.
License: Geosoft End-User License
- get(id)[source]¶
Gets correlation coeff. from the
GXST2
object.- Parameters:
id (int) – ST2_CORRELATION constants
- Returns:
Data you asked for
GS_R8DM
for none- Return type:
float
New in version 5.0.
License: Geosoft End-User License
- is_null()[source]¶
Check if this is a null (undefined) instance
- Returns:
True if this is a null (undefined) instance, False otherwise.
- Return type:
bool
- items()[source]¶
Gets Number of items
- Returns:
Number of items in
GXST2
- Return type:
int
New in version 5.0.
License: Geosoft End-User License
- reset()[source]¶
Resets the Statistics.
New in version 5.0.
License: Geosoft End-User License
ST2_CORRELATION constants¶
Correlation style