Home
last modified time | relevance | path

Searched refs:mIQR (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgshistogram.cpp33 mIQR = s.interQuartileRange(); in prepareValues()
60 return 2.0 * mIQR * std::pow( mValues.count(), -1 / 3.0 ); in optimalBinWidth()
H A Dqgshistogram.h105 double mIQR = 0; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgshistogram.cpp33 mIQR = s.interQuartileRange(); in prepareValues()
60 return 2.0 * mIQR * std::pow( mValues.count(), -1 / 3.0 ); in optimalBinWidth()
H A Dqgshistogram.h105 double mIQR = 0; variable