|
oevislib_net
0.14.3.0
|
Functions | |
| float | oevislib_net.Histogram.GetDataAverage () |
| Computes the average value in the histogram's domain. | |
| float | oevislib_net.Histogram.GetDataVariance () |
| Computes the variance of the histogram's domain. | |
| float | oevislib_net.Histogram.GetDataStdDev () |
| Computes the standard deviation of the histogram's domain. | |
| float | oevislib_net.Histogram.GetDataMinValue () |
| Computes the smallest of (non-empty) bin value. | |
| float | oevislib_net.Histogram.GetDataMaxValue () |
| Computes the largest of (non-empty) bin values. | |
| double | oevislib_net.Histogram.GetDataSize () |
| Computes the sum of all values contained in the bins. | |
| float | oevislib_net.Histogram.GetDataNthValue (double inN, SortingOrder inSortingOrder) |
| Computes the nth smallest (or largest) value in the domain. | |
| float | oevislib_net.Histogram.GetDataMedian () |
| Computes the median in the histogram's domain. | |
| float | oevislib_net.Histogram.GetDataQuantile (float inQuantile) |
| Computes the specified quantile in the histogram's domain. | |
|
inline |
Computes the average value in the histogram's domain.
|
inline |
Computes the largest of (non-empty) bin values.
|
inline |
Computes the median in the histogram's domain.
|
inline |
Computes the smallest of (non-empty) bin value.
|
inline |
Computes the nth smallest (or largest) value in the domain.
| inN | Nth index. |
| inSortingOrder | Sorting order. |
|
inline |
Computes the specified quantile in the histogram's domain.
| inQuantile | Quantile point. Range: [0,1]. |
|
inline |
Computes the sum of all values contained in the bins.
|
inline |
Computes the standard deviation of the histogram's domain.
|
inline |
Computes the variance of the histogram's domain.