PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical
Mark Baker dd74dd7fcf
Let's start with some appeasements to phpstan, just to reduce the baseline (#1983)
* Let's start with some appeasements to phpstan, just to reduce the baseline
* Appeasements to phpstan, taking the number of reported errors down to just 61
2021-04-03 17:10:40 +02:00
..
AveDevTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
AverageATest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
AverageIfTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
AverageIfsTest.php Initial experiments using the new Database query logic with Conditional Statistical Functions (#1880) 2021-02-27 18:26:12 +01:00
AverageTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
BetaDistTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
BetaInvTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
BinomDistRangeTest.php Extract Binomial Distribution functions from Statistical (#1974) 2021-03-30 22:49:10 +02:00
BinomDistTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
BinomInvTest.php Extract Binomial Distribution functions from Statistical (#1974) 2021-03-30 22:49:10 +02:00
ChiDistLeftTailTest.php Implemented the CHISQ.DIST() Statistical function. (#1961) 2021-03-28 16:13:00 +02:00
ChiDistRightTailTest.php Implemented the CHISQ.DIST() Statistical function. (#1961) 2021-03-28 16:13:00 +02:00
ChiInvLeftTailTest.php Chi squared inverse left tailed (#1964) 2021-03-28 19:12:45 +02:00
ChiInvRightTailTest.php Implemented the CHISQ.DIST() Statistical function. (#1961) 2021-03-28 16:13:00 +02:00
ChiTestTest.php Implementation of the CHITEST() statistical function (#1960) 2021-03-27 22:04:05 +01:00
ConfidenceTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
CorrelTest.php Additional statistical unit tests for non-happy path (#1594) 2020-07-25 21:58:08 +02:00
CountATest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
CountBlankTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
CountIfTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
CountIfsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
CountTest.php Restoring State After Static Changes in Tests (#1571) 2020-07-15 13:23:00 +02:00
CovarTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
ExponDistTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
FDistTest.php Extract a few more Distribution functions from Statistical (#1975) 2021-03-31 21:45:06 +02:00
FisherInvTest.php Let's start with some appeasements to phpstan, just to reduce the baseline (#1983) 2021-04-03 17:10:40 +02:00
FisherTest.php Let's start with some appeasements to phpstan, just to reduce the baseline (#1983) 2021-04-03 17:10:40 +02:00
ForecastTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
GammaDistTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
GammaInvTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
GammaLnTest.php Let's start with some appeasements to phpstan, just to reduce the baseline (#1983) 2021-04-03 17:10:40 +02:00
GammaTest.php Implementation of MS Excel's LOGNORM.DIST(), NORM.S.DIST(), F.DIST(), GAUSS() and GAMMA() functions (#1588) 2020-07-25 12:44:51 +02:00
GaussTest.php Implementation of MS Excel's LOGNORM.DIST(), NORM.S.DIST(), F.DIST(), GAUSS() and GAMMA() functions (#1588) 2020-07-25 12:44:51 +02:00
GeoMeanTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
GrowthTest.php Statistical refactoring - Confidence() and Trend() (#1898) 2021-03-04 21:45:56 +01:00
HarMeanTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
HypGeomDistTest.php Identify HYPGEOM.DIST() as a separate Excel function, and additional unit tests (including unhappy path) (#1595) 2020-07-26 22:10:53 +02:00
InterceptTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
KurtTest.php Additional statistical unit tests for non-happy path (#1594) 2020-07-25 21:58:08 +02:00
LargeTest.php More unit tests for statistical functions, including a bugfix to LARGE() (#1601) 2020-07-29 23:56:37 +02:00
LinEstTest.php More unit tests for statistical functions, including a bugfix to LARGE() (#1601) 2020-07-29 23:56:37 +02:00
LogEstTest.php Trend unit tests (#1899) 2021-03-06 22:50:19 +01:00
LogInvTest.php More unit tests for statistical functions, including a bugfix to LARGE() (#1601) 2020-07-29 23:56:37 +02:00
LogNormDist2Test.php Implementation of MS Excel's LOGNORM.DIST(), NORM.S.DIST(), F.DIST(), GAUSS() and GAMMA() functions (#1588) 2020-07-25 12:44:51 +02:00
LogNormDistTest.php Implementation of MS Excel's LOGNORM.DIST(), NORM.S.DIST(), F.DIST(), GAUSS() and GAMMA() functions (#1588) 2020-07-25 12:44:51 +02:00
MaxATest.php More unit tests for statistical functions, including a bugfix to LARGE() (#1601) 2020-07-29 23:56:37 +02:00
MaxIfsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
MaxTest.php More unit tests for statistical functions, including a bugfix to LARGE() (#1601) 2020-07-29 23:56:37 +02:00
MedianTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
MinATest.php More unit tests for statistical functions, including a bugfix to LARGE() (#1601) 2020-07-29 23:56:37 +02:00
MinIfsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
MinTest.php More unit tests for statistical functions, including a bugfix to LARGE() (#1601) 2020-07-29 23:56:37 +02:00
ModeTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
NegBinomDistTest.php Additional statistical unit tests (#1818) 2021-01-31 16:42:17 +01:00
NormDistTest.php Implementation of MS Excel's LOGNORM.DIST(), NORM.S.DIST(), F.DIST(), GAUSS() and GAMMA() functions (#1588) 2020-07-25 12:44:51 +02:00
NormInvTest.php Extract Normal and Standard Normal Distributions from the Statistical Class (#1981) 2021-04-02 20:17:03 +02:00
NormSDist2Test.php Implementation of MS Excel's LOGNORM.DIST(), NORM.S.DIST(), F.DIST(), GAUSS() and GAMMA() functions (#1588) 2020-07-25 12:44:51 +02:00
NormSDistTest.php Implementation of MS Excel's LOGNORM.DIST(), NORM.S.DIST(), F.DIST(), GAUSS() and GAMMA() functions (#1588) 2020-07-25 12:44:51 +02:00
NormSInvTest.php Implementation of MS Excel's LOGNORM.DIST(), NORM.S.DIST(), F.DIST(), GAUSS() and GAMMA() functions (#1588) 2020-07-25 12:44:51 +02:00
PercentRankTest.php Additional unit tests for statistical functions, with a fix to ordering for RANK() (#1813) 2021-01-29 22:21:55 +01:00
PercentileTest.php Additional unit tests for statistical functions, with a fix to ordering for RANK() (#1813) 2021-01-29 22:21:55 +01:00
PermutTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
PermutationATest.php Extract Permutation functions from the Statistical class into a dedicated Permutations class (#1851) 2021-02-13 15:35:07 +01:00
PoissonTest.php Additional statistical unit tests (#1818) 2021-01-31 16:42:17 +01:00
QuartileTest.php Additional unit tests for statistical functions, with a fix to ordering for RANK() (#1813) 2021-01-29 22:21:55 +01:00
RankTest.php Additional unit tests for statistical functions, with a fix to ordering for RANK() (#1813) 2021-01-29 22:21:55 +01:00
RsqTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
SkewTest.php Statistics more unit tests (#1889) 2021-03-02 18:01:39 +01:00
SlopeTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
SmallTest.php More unit tests for statistical functions, including a bugfix to LARGE() (#1601) 2020-07-29 23:56:37 +02:00
StDevATest.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
StDevPATest.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
StDevPTest.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
StDevTest.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
StandardizeTest.php Implementation of MS Excel's LOGNORM.DIST(), NORM.S.DIST(), F.DIST(), GAUSS() and GAMMA() functions (#1588) 2020-07-25 12:44:51 +02:00
SteyxTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
TDistTest.php Start implementing Newton-Raphson for the inverse of Statistical Distributions (#1958) 2021-03-27 13:29:58 +01:00
TinvTest.php Start implementing Newton-Raphson for the inverse of Statistical Distributions (#1958) 2021-03-27 13:29:58 +01:00
TrendTest.php Statistical refactoring - Confidence() and Trend() (#1898) 2021-03-04 21:45:56 +01:00
TrimMeanTest.php Statistics more unit tests (#1889) 2021-03-02 18:01:39 +01:00
VarATest.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
VarPATest.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
VarPTest.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
VarTest.php Difference in variance calculations between Excel/Gnumeric and Open/LibreOffice (#1959) 2021-03-27 18:31:24 +01:00
WeibullTest.php Start implementing Newton-Raphson for the inverse of Statistical Distributions (#1958) 2021-03-27 13:29:58 +01:00
ZTestTest.php Extract Normal and Standard Normal Distributions from the Statistical Class (#1981) 2021-04-02 20:17:03 +02:00