statsInfo

May 26, 2021 ยท View on GitHub

Contains statistics about each attribute. Statistics are useful to estimate attribute distribution and range.

cmn::stats

Properties

PropertyTypeDescription
totalValuesCountnumberRepresents the count of the value.
minnumberMinimum attribute value for the entire layer.
maxnumberMaximum attribute value for the entire layer.
countnumberCount for the entire layer.
sumnumberSum of the attribute values over the entire layer.
avgnumberRepresenting average or mean value. For example, sum/count.
stddevnumberRepresenting the standard deviation.
variancenumberRepresenting variance. For example, stats.stddev *stats.stddev.
histogramhistogramRepresents the histogram.
mostFrequentValuesvaluecount[]An array of most frequently used values within the point cloud scene layer.