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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class CST2 : CHANDLE

The CST2 type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberCreate
Creates a statistics object which is used to accumulate statistics.
Public methodAvailable to anyone with an Oasis Montaj licenseDataVV
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 methodAvailable to anyone with an Oasis Montaj licenseiItems
Gets Number of items
Public methodAvailable to anyone with an Oasis Montaj licenseReset
Resets the Statistics.
Public methodAvailable to anyone with an Oasis Montaj licenserGet
Gets correlation coeff. from the ST2 object.
Top
See Also