Home
last modified time | relevance | path

Searched refs:quartile (Results 1 – 25 of 622) sorted by relevance

12345678910>>...25

/dports/graphics/netpbm/netpbm-10.91.01/analyzer/
H A Dpgmhist.c30 unsigned int quartile; member
57 &cmdlineP->quartile, 0); in parseCommandLine()
70 if (cmdlineP->median + cmdlineP->quartile + cmdlineP->decile > 1) in parseCommandLine()
382 reportQuartilesHumanFriendly(gray const quartile[]) { in reportQuartilesHumanFriendly() argument
392 printf("%3u%% %5u\n", 25*i, quartile[i-1]); in reportQuartilesHumanFriendly()
465 } else if (cmdline.quartile) { in reportFromHistogram()
466 gray quartile[4]; in reportFromHistogram() local
467 findQuantiles(4, hist, totalPixelCt, mmaxval, quartile); in reportFromHistogram()
469 reportQuantilesMachineFriendly(quartile, 4); in reportFromHistogram()
471 reportQuartilesHumanFriendly(quartile); in reportFromHistogram()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/doc/cla/corporate/
H A Dquartile.md9 Yoshi Tashiro tashiro@quartile.co https://github.com/yostashiro
13 Yoshi Tashiro tashiro@quartile.co https://github.com/yostashiro
14 Tim Lai tl@quartile.co https://github.com/TimLai125
15 Tomoko Matsumura nako@quartile.co https://github.com/nakometal
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/
H A DDataset.php453 * @param int $quartile The quartile to return the median from
458 function _median($data, $quartile = 'second') argument
463 if ($quartile == 'first') {
466 } elseif ($quartile == 'third') {
487 * @param int $quartile The quartile to return the median from
492 function _medianY($quartile = 'second') argument
500 return $this->_median($pointsY, $quartile);
/dports/math/gretl/gretl-2021d/share/scripts/misc/
H A Dmrw_qr.inp18 # Top quartile
20 # Bottom quartile
23 # Top quartile (robust)
25 # Bottom quartile (robust)
/dports/math/pdal/PDAL-2.3.0/doc/stages/
H A Dfilters.iqr.rst9 the first and third quartile (25th and 75th percentile). Upper and lower bounds
10 are determined by adding 1.5 times the IQR to the third quartile or subtracting
11 1.5 times the IQR from the first quartile. The multiplier, which defaults to
29 outliers that are greater than the third quartile plus 3 times the IQR or are
30 less than the first quartile minus 3 times the IQR.
/dports/graphics/netpbm/netpbm-10.91.01/man/
H A Dpgmhist.117 [\fB-median\fP, \fB-quartile\fP, \fB-decile\fP]
35 If you specify none of \fB-median\fP, \fB-quartile\fP, or \fB-decile\fP,
40 \fB-median\fP, \fB-quartile\fP, and \fB-decile\fP options cause
43 that are sometimes used for quantiles). The 3rd quartile is the least gray
45 The 4th quartile is the brightest gray value that appears in the image.
58 You may specify at most one of \fB-median\fP, \fB-quartile\fP, and
64 \fB-quartile\fP
66 This option causes \fBpgmhist\fP to print the four quartile gray values.
68 You may specify at most one of \fB-median\fP, \fB-quartile\fP, and
78 You may specify at most one of \fB-median\fP, \fB-quartile\fP, and
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/math/
H A Dupp_quar.men1 This is file upp_quar.men--Compute upper quartile of a variable
7 4. Variable for which to compute the upper quartile:
9 5. Parameter to store the upper quartile:
H A Dlow_quar.men1 This is file low_quar.men--Compute lower quartile of a variable
7 4. Variable for which to compute the lower quartile:
9 5. Parameter to store the lower quartile:
/dports/graphics/netpbm/netpbm-10.91.01/test/
H A Dpgmhist.test21 pgmramp -lr 256 1 | pgmhist -machine -quartile | \
37 pgmhist -median -quartile testgrid.pbm > ${test_out} || \
41 pgmhist -quartile -decile testgrid.pbm > ${test_out} || \
/dports/math/pdal/PDAL-2.3.0/filters/
H A DIQRFilter.cpp78 auto quartile = [](std::vector<double> vals, double percent) in run() local
91 double pc25 = quartile(z, 0.25); in run()
94 double pc75 = quartile(z, 0.75); in run()
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dexcel.lang7 …icedisc", "pricemat", "prob", "product", "proper", "pv", "quartile", "quartile.exc", "quartile.inc…
13 …le.inc", "percentrank.exc", "percentrank.inc", "poisson.dist", "quartile.exc", "quartile.inc", "ra…
/dports/devel/tlsh/tlsh-d842e75/java/src/main/java/com/trendmicro/tlsh/
H A DTlshCreator.java264 final int quartile = bucketCount >> 2; in find_quartile() local
265 final int p1 = quartile - 1; in find_quartile()
266 final int p2 = p1 + quartile; in find_quartile()
267 final int p3 = p2 + quartile; in find_quartile()
268 final int end = p3 + quartile; in find_quartile()
/dports/graphics/qgis/qgis-3.22.3/resources/function_help/json/
H A Diqr5 "description": "Returns the calculated inter quartile range from a field or expression.",
12 …{ "expression":"iqr(\"population\",group_by:=\"state\")", "returns":"inter quartile range of popul…
H A Dq15 "description": "Returns the calculated first quartile from a field or expression.",
12 …{ "expression":"q1(\"population\",group_by:=\"state\")", "returns":"first quartile of population v…
H A Dq35 "description": "Returns the calculated third quartile from a field or expression.",
12 …{ "expression":"q3(\"population\",group_by:=\"state\")", "returns":"third quartile of population v…
H A Drelation_aggregate8 …>minority</li><li>majority</li><li>q1: first quartile</li><li>q3: third quartile</li><li>iqr: inte…
/dports/graphics/qgis-ltr/qgis-3.16.16/resources/function_help/json/
H A Dq15 "description": "Returns the calculated first quartile from a field or expression.",
12 …{ "expression":"q1(\"population\",group_by:=\"state\")", "returns":"first quartile of population v…
H A Dq35 "description": "Returns the calculated third quartile from a field or expression.",
12 …{ "expression":"q3(\"population\",group_by:=\"state\")", "returns":"third quartile of population v…
H A Diqr5 "description": "Returns the calculated inter quartile range from a field or expression.",
12 …{ "expression":"iqr(\"population\",group_by:=\"state\")", "returns":"inter quartile range of popul…
H A Drelation_aggregate8 …>minority</li><li>majority</li><li>q1: first quartile</li><li>q3: third quartile</li><li>iqr: inte…
/dports/devel/boost-docs/boost_1_72_0/libs/sort/doc/
H A Dsort.idx24 quartile \<quartile\w*\>
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/sort/doc/
H A Dsort.idx24 quartile \<quartile\w*\>
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/sort/doc/
H A Dsort.idx24 quartile \<quartile\w*\>
/dports/databases/percona57-server/boost_1_59_0/libs/sort/doc/
H A Dsort.idx24 quartile \<quartile\w*\>
/dports/databases/xtrabackup/boost_1_59_0/libs/sort/doc/
H A Dsort.idx24 quartile \<quartile\w*\>

12345678910>>...25