PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/Statistical
Mark Baker cdbe5c7c9b
Converting Statistical functions to be array-enabled (phase #2) (#2593)
2022-02-15 20:34:39 +01:00
..
AveDevTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AverageATest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AverageIf2Test.php Fix for Issue 2158 (AverageIf Calculation Problem) (#2160) 2021-06-15 09:54:57 +02:00
AverageIfTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AverageIfsTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
AverageTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
BetaDistTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
BetaInvTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
BinomDistRangeTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
BinomDistTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
BinomInvTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
ChiDistLeftTailTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
ChiDistRightTailTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
ChiInvLeftTailTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
ChiInvRightTailTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
ChiTestTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
ConfidenceTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
CorrelTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CountATest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CountBlankTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CountIfTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CountIfsTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CountTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
CovarTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
DevSqTest.php Start work on refactoring the last of the Excel Statistical functions (#2033) 2021-04-29 14:34:50 +02:00
ExponDistTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
FDistTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
FisherInvTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
FisherTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
ForecastTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
GammaDistTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
GammaInvTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
GammaLnTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
GammaTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
GaussTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
GeoMeanTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
GrowthTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
HarMeanTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
HypGeomDistTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
InterceptTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
KurtTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
LargeTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
LinEstTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
LogEstTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
LogInvTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
LogNormDist2Test.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
LogNormDistTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01: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 Reduce PHPStan error in tests 2021-04-12 11:10:23 +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 Reduce PHPStan error in tests 2021-04-12 11:10:23 +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 Reduce PHPStan error in tests 2021-04-12 11:10:23 +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 Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
NormDistTest.php Converting Statistical functions to be array-enabled (phase #2) (#2593) 2022-02-15 20:34:39 +01:00
NormInvTest.php Converting Statistical functions to be array-enabled (phase #2) (#2593) 2022-02-15 20:34:39 +01:00
NormSDist2Test.php Converting Statistical functions to be array-enabled (phase #2) (#2593) 2022-02-15 20:34:39 +01:00
NormSDistTest.php Converting Statistical functions to be array-enabled (phase #2) (#2593) 2022-02-15 20:34:39 +01:00
NormSInvTest.php Converting Statistical functions to be array-enabled (phase #2) (#2593) 2022-02-15 20:34:39 +01:00
PercentRankTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
PercentileTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
PermutTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
PermutationATest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
PoissonTest.php Converting Statistical functions to be array-enabled (phase #2) (#2593) 2022-02-15 20:34:39 +01:00
QuartileTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
RankTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
RsqTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SkewTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SlopeTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SmallTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
StDevATest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
StDevPATest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
StDevPTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
StDevTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
StandardizeTest.php Start work on Array-enabling the Statistical functions (#2588) 2022-02-15 14:41:17 +01:00
SteyxTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
TDistTest.php Converting Statistical functions to be array-enabled (phase #2) (#2593) 2022-02-15 20:34:39 +01:00
TinvTest.php Converting Statistical functions to be array-enabled (phase #2) (#2593) 2022-02-15 20:34:39 +01:00
TrendTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
TrimMeanTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
VarATest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
VarPATest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
VarPTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
VarTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
WeibullTest.php Converting Statistical functions to be array-enabled (phase #2) (#2593) 2022-02-15 20:34:39 +01:00
ZTestTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00