PhpSpreadsheet/tests/data/Calculation/Statistical
MarkBaker b01a485f4f A couple of extra unit tests 2021-05-14 14:35:23 +02:00
..
AVEDEV.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
AVERAGE.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
AVERAGEA.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
AVERAGEIF.php
AVERAGEIFS.php Additional conditionals from math trig (#1885) 2021-02-28 10:24:33 +01:00
BETADIST.php Use validation classes rather than traits for Statistical functions, … (#1999) 2021-04-13 16:56:21 +02:00
BETAINV.php Use validation classes rather than traits for Statistical functions, … (#1999) 2021-04-13 16:56:21 +02:00
BINOMDIST.php Extract Binomial Distribution functions from Statistical (#1974) 2021-03-30 22:49:10 +02:00
BINOMDISTRANGE.php Use validation classes rather than traits for Statistical functions, … (#1999) 2021-04-13 16:56:21 +02:00
BINOMINV.php Extract Binomial Distribution functions from Statistical (#1974) 2021-03-30 22:49:10 +02:00
BasicCOUNT.php
CHIDISTLeftTail.php Implemented the CHISQ.DIST() Statistical function. (#1961) 2021-03-28 16:13:00 +02:00
CHIDISTRightTail.php Implemented the CHISQ.DIST() Statistical function. (#1961) 2021-03-28 16:13:00 +02:00
CHIINVLeftTail.php Chi squared inverse left tailed (#1964) 2021-03-28 19:12:45 +02:00
CHIINVRightTail.php Implemented the CHISQ.DIST() Statistical function. (#1961) 2021-03-28 16:13:00 +02:00
CHITEST.php Implementation of the CHITEST() statistical function (#1960) 2021-03-27 22:04:05 +01:00
CONFIDENCE.php
CORREL.php
COUNTA.php
COUNTBLANK.php
COUNTIF.php
COUNTIFS.php Additional conditionals from math trig (#1885) 2021-02-28 10:24:33 +01:00
COVAR.php Statistics more unit tests (#1889) 2021-03-02 18:01:39 +01:00
DEVSQ.php Start work on refactoring the last of the Excel Statistical functions (#2033) 2021-04-29 14:34:50 +02:00
EXPONDIST.php Extract a few more Distribution functions from Statistical (#1975) 2021-03-31 21:45:06 +02:00
ExcelCOUNT.php
FDIST.php Extract a few more Distribution functions from Statistical (#1975) 2021-03-31 21:45:06 +02:00
FISHER.php First steps toward refactoring Excel's Statistical Distributions (#1949) 2021-03-25 20:54:55 +01:00
FISHERINV.php First steps toward refactoring Excel's Statistical Distributions (#1949) 2021-03-25 20:54:55 +01:00
FORECAST.php Statistics more unit tests (#1889) 2021-03-02 18:01:39 +01:00
GAMMA.php First steps toward refactoring Excel's Statistical Distributions (#1949) 2021-03-25 20:54:55 +01:00
GAMMADIST.php First steps toward refactoring Excel's Statistical Distributions (#1949) 2021-03-25 20:54:55 +01:00
GAMMAINV.php First steps toward refactoring Excel's Statistical Distributions (#1949) 2021-03-25 20:54:55 +01:00
GAMMALN.php First steps toward refactoring Excel's Statistical Distributions (#1949) 2021-03-25 20:54:55 +01:00
GAUSS.php
GEOMEAN.php
GROWTH.php Statistical trends additional functions and unit tests (#1896) 2021-03-03 23:18:56 +01:00
GnumericCOUNT.php
HARMEAN.php Start work on refactoring the last of the Excel Statistical functions (#2033) 2021-04-29 14:34:50 +02:00
HYPGEOMDIST.php Extract a few more Distribution functions from Statistical (#1975) 2021-03-31 21:45:06 +02:00
INTERCEPT.php Statistics more unit tests (#1889) 2021-03-02 18:01:39 +01:00
KURT.php Start work on refactoring the last of the Excel Statistical functions (#2033) 2021-04-29 14:34:50 +02:00
LARGE.php
LINEST.php Trend unit tests (#1899) 2021-03-06 22:50:19 +01:00
LOGEST.php Trend unit tests (#1899) 2021-03-06 22:50:19 +01:00
LOGINV.php Extract Normal and Standard Normal Distributions from the Statistical Class (#1981) 2021-04-02 20:17:03 +02:00
LOGNORMDIST.php Extract Normal and Standard Normal Distributions from the Statistical Class (#1981) 2021-04-02 20:17:03 +02:00
LOGNORMDIST2.php Extract Normal and Standard Normal Distributions from the Statistical Class (#1981) 2021-04-02 20:17:03 +02:00
MAX.php
MAXA.php A couple of extra unit tests 2021-05-14 14:35:23 +02:00
MAXIFS.php Additional conditionals from math trig (#1885) 2021-02-28 10:24:33 +01:00
MEDIAN.php
MIN.php
MINA.php A couple of extra unit tests 2021-05-14 14:35:23 +02:00
MINIFS.php Additional conditionals from math trig (#1885) 2021-02-28 10:24:33 +01:00
MODE.php
NEGBINOMDIST.php Extract Binomial Distribution functions from Statistical (#1974) 2021-03-30 22:49:10 +02:00
NORMDIST.php Extract Normal and Standard Normal Distributions from the Statistical Class (#1981) 2021-04-02 20:17:03 +02:00
NORMINV.php Extract Normal and Standard Normal Distributions from the Statistical Class (#1981) 2021-04-02 20:17:03 +02:00
NORMSDIST.php Extract Normal and Standard Normal Distributions from the Statistical Class (#1981) 2021-04-02 20:17:03 +02:00
NORMSDIST2.php Extract Normal and Standard Normal Distributions from the Statistical Class (#1981) 2021-04-02 20:17:03 +02:00
NORMSINV.php Extract Normal and Standard Normal Distributions from the Statistical Class (#1981) 2021-04-02 20:17:03 +02:00
OpenOfficeCOUNT.php
PERCENTILE.php Extract Percentile-type functions from Statistics (#1966) 2021-03-29 12:59:46 +02:00
PERCENTRANK.php Extract Percentile-type functions from Statistics (#1966) 2021-03-29 12:59:46 +02:00
PERMUT.php
PERMUTATIONA.php Extract Percentile-type functions from Statistics (#1966) 2021-03-29 12:59:46 +02:00
POISSON.php Extract Poisson distribution into its own class (#1953) 2021-03-26 09:08:23 +01:00
QUARTILE.php Extract Percentile-type functions from Statistics (#1966) 2021-03-29 12:59:46 +02:00
RANK.php Extract Percentile-type functions from Statistics (#1966) 2021-03-29 12:59:46 +02:00
RSQ.php Statistics more unit tests (#1889) 2021-03-02 18:01:39 +01:00
SKEW.php Start work on refactoring the last of the Excel Statistical functions (#2033) 2021-04-29 14:34:50 +02:00
SLOPE.php Statistics more unit tests (#1889) 2021-03-02 18:01:39 +01:00
SMALL.php
STANDARDIZE.php Start work on refactoring the last of the Excel Statistical functions (#2033) 2021-04-29 14:34:50 +02:00
STDEV.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
STDEVA.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
STDEVA_ODS.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
STDEVP.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
STDEVPA.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
STDEVPA_ODS.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
STDEVP_ODS.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
STDEV_ODS.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
STEYX.php
TDIST.php Start implementing Newton-Raphson for the inverse of Statistical Distributions (#1958) 2021-03-27 13:29:58 +01:00
TINV.php Start implementing Newton-Raphson for the inverse of Statistical Distributions (#1958) 2021-03-27 13:29:58 +01:00
TREND.php Statistical refactoring - Confidence() and Trend() (#1898) 2021-03-04 21:45:56 +01:00
TRIMMEAN.php Statistics more unit tests (#1889) 2021-03-02 18:01:39 +01:00
VAR.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
VARA.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
VARA_ODS.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
VARP.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
VARPA.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
VARPA_ODS.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
VARP_ODS.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
VAR_ODS.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
WEIBULL.php Start implementing Newton-Raphson for the inverse of Statistical Distributions (#1958) 2021-03-27 13:29:58 +01:00
ZTEST.php Use validation classes rather than traits for Statistical functions, … (#1999) 2021-04-13 16:56:21 +02:00