PhpSpreadsheet/tests/data/Calculation/TextData
Mark Baker f51c19c125
First steps toward refactoring Excel's Statistical Distributions (#1949)
* First steps toward refactoring Statistical Distributions into smaller classes: BETA() and GAMMA() (and related functions) to start with... they all need a lot of tidying up, and more testing; but it's a start

* Add basic datatype validations to Beta and Gamma Excel function implementations
* Switch to using a trait with the validation methods to provide easier sharing between distribution classes
* Additional unit tests for Beta and Gamma functions, including unhappy path for validations

* Extract ChiSquared functions
* Additional argument validation checks with unit tests for Chi Squared functions

* Extract Fisher

* Move MEDIAN() and MODE() to the Averages class
* Extract filters for Median and Mode for common usage
2021-03-25 20:54:55 +01:00
..
CHAR.php TextData Coverage and Minor Bug Fixes (#1744) 2020-12-10 18:35:26 +01:00
CLEAN.php First phase of refactoring the Excel Text functions (#1945) 2021-03-23 13:34:28 +01:00
CODE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CONCATENATE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
DOLLAR.php TextData Coverage and Minor Bug Fixes (#1744) 2020-12-10 18:35:26 +01:00
EXACT.php Function EXACT(arg1, arg2) support (#595) 2018-07-15 11:56:25 +09:00
FIND.php First steps toward refactoring Excel's Statistical Distributions (#1949) 2021-03-25 20:54:55 +01:00
FIXED.php TextData Coverage and Minor Bug Fixes (#1744) 2020-12-10 18:35:26 +01:00
LEFT.php First phase of refactoring the Excel Text functions (#1945) 2021-03-23 13:34:28 +01:00
LEN.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
LOWER.php First phase of refactoring the Excel Text functions (#1945) 2021-03-23 13:34:28 +01:00
MID.php First phase of refactoring the Excel Text functions (#1945) 2021-03-23 13:34:28 +01:00
NUMBERVALUE.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
PROPER.php First phase of refactoring the Excel Text functions (#1945) 2021-03-23 13:34:28 +01:00
REPLACE.php First phase of refactoring the Excel Text functions (#1945) 2021-03-23 13:34:28 +01:00
REPT.php First phase of refactoring the Excel Text functions (#1945) 2021-03-23 13:34:28 +01:00
RIGHT.php First phase of refactoring the Excel Text functions (#1945) 2021-03-23 13:34:28 +01:00
SEARCH.php First steps toward refactoring Excel's Statistical Distributions (#1949) 2021-03-25 20:54:55 +01:00
SUBSTITUTE.php First phase of refactoring the Excel Text functions (#1945) 2021-03-23 13:34:28 +01:00
T.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
TEXT.php Upgrade to phpunit 7.5 2019-07-24 23:45:43 -07:00
TEXTJOIN.php First phase of refactoring the Excel Text functions (#1945) 2021-03-23 13:34:28 +01:00
TRIM.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
UPPER.php First phase of refactoring the Excel Text functions (#1945) 2021-03-23 13:34:28 +01:00
VALUE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00