 | 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
Syntaxpublic class CST2 : CHANDLE
public class CST2 : CHANDLE
Public Class CST2
Inherits CHANDLE
Public Class CST2
Inherits CHANDLE
public ref class CST2 : public CHANDLE
public ref class CST2 : public CHANDLE
type CST2 =
class
inherit CHANDLE
end
type CST2 =
class
inherit CHANDLE
end
The CST2 type exposes the following members.
Methods
| Name | Description |
---|
  | Create | Creates a statistics object which is used to accumulate statistics. |
 | DataVV | Add all the values in VVx and VVy to ST2 object. |
 | Dispose | Releases the unmanaged resources used by the CST2 and optionally releases the managed resources (Overrides CHANDLEDispose(Boolean).) |
 | iItems | Gets Number of items |
 | Reset | Resets the Statistics. |
 | rGet | Gets correlation coeff. from the ST2 object. |
Top
See Also