Click or drag to resize

CST2 Class

Bi-variate statistics. The ST2 class accumulates statistics on two data vectors simultaneously in order to compute correlation information. Statistics are accumulated using the DataVV_ST2 function. See also ST (mono-variate statistics).
Inheritance Hierarchy

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CST2 : CHANDLE

public class CST2 : CHANDLE

The CST2 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates a statistics object which is used to accumulate statistics.
Public methodDataVV
Add all the values in VVx and VVy to ST2 object.
Protected methodDispose
Releases the unmanaged resources used by the CST2 and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodiItems
Gets Number of items
Public methodReset
Resets the Statistics.
Public methodrGet
Gets correlation coeff. from the ST2 object.
Top
See Also