Click or drag to resize

CST Class

Mono-variate statistics. The ST class is used to accumulate statistical information about a set of data. This class is usually used in conjunction with others. For instance, Stat_DU (see DU) will add a channel's data to the ST object, and sComputeST_IMG (see IMG) will compute statistics for a grid.
Inheritance Hierarchy

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

public class CST : CHANDLE

The CST type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
This method creates a statistics object which is used to accumulate statistics.
Public methodStatic memberCreateExact
This method creates a statistics object which stores all values.
Public methodData
Add this value to the statistics object.
Public methodDataVV
Add all the values in this VV to the statistics object.
Protected methodDispose
Releases the unmanaged resources used by the CST and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodGetHistogramBins
Retrieve number of items in each hostogram bin
Public methodGetHistogramInfo
Retrieve number of bins, min and max value in histogram
Public methodHistogram
This method prepares ST for recording histogram.
Public methodHistogram2
This method prepares ST for recording histogram.
Public methodrEquivalentPercentile
Return corresponding Percentile for a Value.
Public methodrEquivalentValue
Return corresponding Value for a Percentile
Public methodReset
Resets the Statistics.
Public methodrGetInfo
This method allows you to retrieve (and compute) the information from the ST object.
Public methodStatic memberrGetNormProb
Return percent value
Public methodStatic memberrGetNormProbX
Return number of sigmas from 50% a given percent is
Public methodrNormalTest
Test the "normality" of the histogram distribution
Top
See Also