CStats Class
The CStats class computes statistics or estimator values for numeric data. The data may be in the form of a lua array or a class object of type CImage, CArray, or CMatrix. For the CImage and CMatrix classes, you can optionally specify a rectangle that bounds the data region. For a CImage, the data may have multiple channels as with an RGB image. This class uses the same algorithms as the CImCombine class.
Construction |
Object = CStats:new() |
Destruction |
Object:delete() |
This class has no exposed properties.
Creates a new instance of the CImage class. |
|
Deletes the instance of the CImage object and deletes its image from memory. |
Computes the alpha-clipped mean and standard deviation. |
|
Computes the contra-power mean and standard deviation. |
|
Computes the geometric mean and standard deviation. |
|
Computes the kurtosis of the data set. |
|
Computes the maximum value and its coordinate. |
|
Computes the mean value with the maximum data value discarded, plus the standard deviation. |
|
Computes the coordinate of the maximum value. |
|
Computes the mean and standard deviation. |
|
Computes the median and standard deviation. |
|
Computes the minimum value and its coordinate. |
|
Computes the mean value with the minimum data value discarded, plus the standard deviation. |
|
Computes the mean value with its minimum and maximum data values discarded, plus the standard deviation.. |
|
Computes the coordinate of the minimum value. |
|
Computes the Modified Trimmed Mean and standard deviation. |
|
Computes the rank percentile clipped mean and the standard deviation. |
|
Computes the percentile rank value and standard deviation. |
|
Computes the standard deviation or the standard deviation about a specified mean value. |
|
Computes the sigma clipped mean and standard deviation. |
|
Computes the skewness of the data set. |
|
Computes the Y-power Mean and standard deviation. |
Returns the error message for a method failed. |
|
Returns a non-zero error code if a method failed. |
|
Specifies the CImage to be measured. |