Click or drag to resize

CST Methods

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 (Overrides CHANDLE.Dispose(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