oevislib_net  0.14.3.0
Loading...
Searching...
No Matches
Data Statistics

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.

Detailed Description

Function Documentation

◆ GetDataAverage()

float oevislib_net.Histogram.GetDataAverage ( )
inline

Computes the average value in the histogram's domain.

Returns
Average.

◆ GetDataMaxValue()

float oevislib_net.Histogram.GetDataMaxValue ( )
inline

Computes the largest of (non-empty) bin values.

Returns
Maximum bin.

◆ GetDataMedian()

float oevislib_net.Histogram.GetDataMedian ( )
inline

Computes the median in the histogram's domain.

Returns
Median.

◆ GetDataMinValue()

float oevislib_net.Histogram.GetDataMinValue ( )
inline

Computes the smallest of (non-empty) bin value.

Returns
Minimum bin.

◆ GetDataNthValue()

float oevislib_net.Histogram.GetDataNthValue ( double inN,
SortingOrder inSortingOrder )
inline

Computes the nth smallest (or largest) value in the domain.

Parameters
inNNth index.
inSortingOrderSorting order.
Returns
Nth value.

◆ GetDataQuantile()

float oevislib_net.Histogram.GetDataQuantile ( float inQuantile)
inline

Computes the specified quantile in the histogram's domain.

Parameters
inQuantileQuantile point. Range: [0,1].
Returns
Quantile.

◆ GetDataSize()

double oevislib_net.Histogram.GetDataSize ( )
inline

Computes the sum of all values contained in the bins.

Returns
Data size.

◆ GetDataStdDev()

float oevislib_net.Histogram.GetDataStdDev ( )
inline

Computes the standard deviation of the histogram's domain.

Returns
Standard deviation.

◆ GetDataVariance()

float oevislib_net.Histogram.GetDataVariance ( )
inline

Computes the variance of the histogram's domain.

Returns
Variance.