Commit Graph

440 Commits

Author SHA1 Message Date
4cdfab275e Use global namespace 2019-04-27 00:13:34 +02:00
49cb38ff4f ignore uncoverable lines 2019-04-14 21:14:33 +02:00
632322fa88 Fix bugs 2019-03-09 23:18:21 +01:00
d33f24aa6b Fix matrix bugs 2019-03-03 22:03:59 +01:00
ebad6f044f fix incrementer from post to pre 2019-02-11 17:27:04 +01:00
48f2552311 phpcs+phpstan fixes 2019-02-07 00:05:38 +01:00
0d55e17842 Use global namespace+minor fixes 2019-02-04 22:30:05 +01:00
29bee2e1f5 Improve docblocks 2018-12-28 23:08:24 +01:00
7af3cb042f Fix increment 2018-12-28 19:23:48 +01:00
a80224b07d php cs fixer 2018-12-28 19:13:07 +01:00
8815028589 Improve documentation 2018-12-25 20:09:11 +01:00
e616f844ab Use self instead of class 2018-12-10 18:24:46 +01:00
4b955eeb63 Fix decrement order 2018-12-10 18:20:39 +01:00
13c5562ffe Fix null typehint order 2018-12-10 18:13:44 +01:00
f9bf85e702 Fix use order 2018-12-09 22:16:41 +01:00
015fd41ba5 Remove unused use 2018-12-09 22:02:15 +01:00
2023b9ab75 75% code coverage 2018-10-14 13:03:13 +02:00
b979761e8c More tests, test conditions and number_format fixes 2018-10-10 23:32:28 +02:00
4facb82bb3 Test fixes 2018-10-07 20:26:51 +02:00
b0c58616ff Prepare evd 2018-10-07 14:33:15 +02:00
cd875f52cd More distribution tests 2018-10-06 21:47:45 +02:00
795e0f29d6 Add more unit tests 2018-10-06 15:50:27 +02:00
3fbb441d13 Phpstan fixes 2018-09-22 12:41:14 +02:00
8a91224f66 Fix whitespaces 2018-09-21 23:17:37 +02:00
a95b0ea026 PhpStan fixes 2018-09-12 22:15:44 +02:00
1bf1e6da3b Fix para types 2018-09-11 21:19:55 +02:00
0e8876ce4d More unit tests 2018-09-02 21:26:00 +02:00
f1326f4a75 Improve tests 2018-09-01 16:28:00 +02:00
11c78afbbe Fix invalid global namespace 2018-08-24 21:09:40 +02:00
e28353a86b More global namespace uses 2018-08-24 15:01:01 +02:00
138b631a65 Use more global paths 2018-08-24 14:48:49 +02:00
d5e2d35672 Fix package docblock 2018-08-24 14:08:19 +02:00
9ad6be02bf comment fixes 2018-08-24 14:06:05 +02:00
8a2bed5877 use global namespace 2018-08-24 13:06:04 +02:00
6cc520a579 Fix mapper depth bugs and implement math evaluator 2018-08-01 22:08:20 +02:00
d633d96462 Type fixes 2018-07-17 18:49:46 +02:00
6843ac5548 Type check fixes 2018-07-15 10:46:34 +02:00
23eb9ab80a More type fixes 2018-07-14 23:41:51 +02:00
36f63aa97f Start implementing eigenvaluedecomposition 2018-06-05 18:56:17 +02:00
3aa3c6b0dd Handle open todos 2018-06-03 14:22:05 +02:00
7db81b9bdd Fix spacing 2018-06-03 10:35:15 +02:00
ba957b4dcf Improve array type hint 2018-05-31 20:06:54 +02:00
e611105b60 Added independent symmetry check 2018-05-31 17:38:36 +02:00
1b0d170052 Use root namespace and cleanup 2018-05-30 13:40:28 +02:00
37add470eb Remove whitespace 2018-05-21 22:31:14 +02:00
b1b51b0281 Bug fixes with install scripts 2018-05-20 11:54:02 +02:00
59d3f98110 Make classes final 2018-05-11 21:33:24 +02:00
9801d86b61 Fix complex and matrix 2018-04-20 19:35:57 +02:00
184e407201 Fix #29 2018-04-13 21:04:48 +02:00
d9c7bd0b50 Phpstan fixes 2018-03-30 13:32:15 +02:00
d5fd2c4827 Change to php version 7.2 requirement 2018-03-27 19:09:47 +02:00
8067e42f78 Type hint fixes 2018-03-24 11:17:45 +01:00
5f385e44c0 Add public/private to const 2018-03-16 08:47:43 +01:00
1cd1ee0e10 phpstan fixes 2018-03-13 23:35:20 +01:00
3b45692ff1 Nullable+void typehint 2018-03-13 20:55:49 +01:00
de6120b267 Tests, docblocks & improvements 2018-03-03 11:15:34 +01:00
ab96277fb1 Reduce isset use 2018-02-26 20:05:02 +01:00
2bdc9410b7 Fix package name 2018-02-26 19:45:35 +01:00
49ecbc3259
Update CauchyDistribution.php 2018-02-26 14:39:52 +01:00
2305380945 More tests (math tests) and fixes 2018-02-25 16:12:31 +01:00
3aedae39e4 Fix functio name 2018-02-23 19:35:29 +01:00
03208332ae Fix error bugs 2018-02-23 17:55:17 +01:00
e97bd27eb0
Semicolon bug fix 2018-02-23 11:12:53 +01:00
5185b52c91
Added optional mean value
Now it is possible to pass pre calculated means in case the arithmeticMean shouldn't be used
2018-02-23 11:12:07 +01:00
bf9625fc0b
Update Functions.php 2018-02-23 10:36:13 +01:00
a1b78de312
Pulled out square function 2018-02-23 10:35:16 +01:00
3f438238e7
Added power function on arrays 2018-02-23 10:34:01 +01:00
cb374f663a Add latex formulas 2018-02-22 21:12:36 +01:00
510842727c More unit tests and fix statistic 2018-02-22 20:48:13 +01:00
fdff9da488 phpcs fixes 2018-02-17 22:05:29 +01:00
a15a1b229e phpcs fixes 2018-02-17 21:53:13 +01:00
675d3fa808 phpcs fixes 2018-02-17 21:38:39 +01:00
3059003191 phpcs fixes 2018-02-16 15:28:07 +01:00
11c7b0e626 docblock param alignment 2018-02-16 13:42:35 +01:00
e1ef45da2a code fixes 2018-02-16 13:34:41 +01:00
f1121dcc9b Fix strict_types 2018-02-15 20:27:58 +01:00
e3b14015fc Improve increments 2018-02-10 21:52:20 +01:00
1fe4b18266 Fix class names 2018-02-10 20:46:52 +01:00
23bc8b732f phpcbf 2018-02-03 13:15:46 +01:00
c71556a6d8 Fix phpcs bug 2018-02-03 11:26:11 +01:00
e4dadf447d Improve codestyle 2018-02-03 10:30:13 +01:00
f1288ebc03 More codestyle fixes 2018-01-31 22:05:15 +01:00
243f87405a Fix spacing and line-breaks 2018-01-28 22:07:04 +01:00
58e6b89768 Finalize new tests 2018-01-15 18:51:11 +01:00
b326f71086 Fix tests 2018-01-15 18:08:05 +01:00
60921028e7 Remove @category and replace with @package 2017-12-30 12:57:27 +01:00
db5a215071 Remove package TBD 2017-12-30 11:53:20 +01:00
2215fa2ea7 Minor bug fixes
docblocks, return type casting
2017-12-04 17:17:17 +01:00
b723bcb3f7 Fix phpstorm inspections 2017-11-19 23:20:11 +01:00
8db115529b Init var 2017-11-17 20:14:44 +01:00
7cbd8d6081 Remove this from polygon 2017-11-16 16:00:00 +01:00
1f600d535c Fix some incomplete tests 2017-11-16 14:07:27 +01:00
b361ef438b Improve docblocks 2017-11-16 12:35:34 +01:00
ff9f1dbaea Improve matrix tests 2017-11-16 12:33:33 +01:00
157c6a04ce Optimize polygon 2017-11-16 11:11:48 +01:00
2be03dbb3e Fix spacing 2017-11-15 23:01:30 +01:00
e0e511adde Fix and implement polygon 2017-11-15 22:42:11 +01:00
041d604f2b Fix qr decomposition solve return type 2017-11-15 13:11:51 +01:00
39bb8c83d4 Improve matrix implementations 2017-11-15 13:04:43 +01:00
82bcc6fb91 Bug fixes e.g. csp and other 2017-11-11 15:02:40 +01:00
dd107a9274 Fix #22 2017-11-09 17:19:53 +01:00
771838c1a4 Fix namespace spacing 2017-11-05 22:42:31 +01:00
Scrutinizer Auto-Fixer
a364117f80 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-11-05 21:40:19 +00:00
d1eac07521 Fix docblocks 2017-11-05 15:56:40 +01:00
ce80ffadc6 General fixes 2017-11-05 13:09:39 +01:00
c50a00b70e Bug fix and optimize tsp algo 2017-10-31 19:18:04 +01:00
a65f388603 Add docblock 2017-10-30 11:53:35 +01:00
Scrutinizer Auto-Fixer
270f42a41c Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-10-29 10:24:22 +00:00
2e860aa782 Add default content 2017-10-28 14:10:18 +02:00
e4833b6e58 Fix tabs to white spaces 2017-10-27 18:20:52 +02:00
77e662bd0b Fix for spacing 2017-10-27 18:17:06 +02:00
ba1b82f559 Fix if for foreach while spacing 2017-10-27 17:55:35 +02:00
91eb1f261f Fix scrutinizer tips 2017-10-27 17:24:33 +02:00
f652a900d0 Fix strict_type spacing 2017-10-27 16:41:49 +02:00
2e1fd6b1ca Fix #134 2017-10-26 19:08:45 +02:00
75f86a29ba Fix #128 2017-10-26 18:54:46 +02:00
f1e6e7a63b Fix #127 2017-10-26 18:53:26 +02:00
d73e65fd09 Add docblock 2017-10-23 17:30:57 +02:00
7613a42504 Fix calculation 2017-10-23 17:30:52 +02:00
99d4d80d19 Remove cholesky from Matrix, is standalone 2017-10-16 13:10:28 +02:00
56b0a40c81 Minor matrix fixes, more improv. needed 2017-10-15 18:56:01 +02:00
e6dc9f4e05 Test fixes 2017-10-14 20:37:14 +02:00
4366341ed9 Remove duplicate 2017-10-10 18:16:55 +02:00
043b0c70fe Fix monotone chain implementation 2017-10-01 17:58:40 +02:00
b92717a3b6 Test adjustments 2017-09-30 12:39:03 +02:00
34c465766e Code inspection fixes 2017-09-14 19:52:53 +02:00
02bf21400f fixes #30 2017-09-08 20:13:29 +02:00
0767139593 Move finance to business 2017-08-20 19:25:40 +02:00
0787b00736 Added docblocks 2017-08-18 21:11:50 +02:00
6554060634 fixes #116 2017-08-11 20:43:38 +02:00
4e769fc979 Fix mini bugs 2017-08-10 20:41:46 +02:00
c328c8fcef Fix file author and copyright 2017-07-26 17:50:41 +02:00
7d3f0d8d64 Remove unused exception 2017-07-25 17:28:34 +02:00
76e8e76234 Added Zero and Dimension exceptions 2017-07-25 17:28:18 +02:00
c05086c233 Remove author 2017-07-24 17:51:37 +02:00
ff3d253588 Remove @author docblock 2017-07-20 18:10:26 +02:00
97afd6a691 Fix line ending bug 2017-07-18 21:32:20 +02:00
1c72b75fc3 Optimize function 2017-07-18 15:50:06 +02:00
ffa8d39031 Create NaiveBayesFilter draft 2017-07-18 15:39:18 +02:00
521cd5366e Create TransportationProblem.php 2017-07-13 10:49:50 +02:00
c8605e4f96 Create AssignmentProblem.php 2017-07-13 10:49:38 +02:00
2188c25f01 Type fixes 2017-02-03 20:37:08 +01:00
58b9fd5171 Enable strict_types 2017-01-25 11:51:36 +01:00
6fd1ebe9b1 Removing copyright date 2017-01-25 11:18:25 +01:00
be324d0d04 Basic fixes. Needs many further fixes! 2017-01-14 15:45:26 +01:00
f042137c30 Finalizing draft 2017-01-13 21:39:13 +01:00
9fe8aa95a5 Improved Exponential smoothing implementation draft 2017-01-13 15:53:59 +01:00
b362d9d782 Prepare further exponential smoothing 2017-01-11 23:59:09 +01:00
c507e60e1d Market share calculation 2017-01-11 23:57:32 +01:00
44d0878bbc First test fixes 2017-01-06 14:05:33 +01:00
777f084a39 Fix dockblocks and minor bugs 2016-12-22 21:16:05 +01:00
441968f2fc Adding HoltWinter forecast 2016-12-11 09:42:13 +01:00
f87c655c89 Exponential smoothing draft 2016-12-10 23:01:49 +01:00
a93a1c1653 Increase php version requirement 2016-12-07 20:57:51 +01:00
d6dd1a5a96 Prepare const visibility 2016-12-07 20:22:40 +01:00
cbc6205bf7 Type hint fixes/prep for null return type 2016-12-03 23:00:05 +01:00
ab5e11a242 Preparing for void return type 2016-12-03 21:59:21 +01:00
baeb32b51e Minor debugging fixes 2016-11-23 23:47:02 +01:00
3ec569fa9e Comments 2016-11-15 21:25:39 +01:00
8212751b2e Fixing formula 2016-11-15 15:08:52 +01:00
8a68def05d Fix bugs for documentor 2016-11-15 11:46:23 +01:00
2ef8358771 Add return 2016-11-12 21:40:39 +01:00
ed79ead137 Fix comments 2016-11-07 20:14:06 +01:00
9bbdbcaf38 Fix docblocks 2016-11-06 22:22:58 +01:00
95a38e5e6d Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	Math/Matrix/Matrix.php
2016-10-22 22:45:17 +02:00
68051600a3 Matrix fixes 2016-10-22 22:43:15 +02:00
81d20b1d3f File reminder 2016-10-22 22:43:06 +02:00
0dbbc40a62 Draft genetic algorithm interface 2016-10-20 10:02:28 +02:00
028d1ae887 Move gaussian algorithm to matrix 2016-10-20 10:02:28 +02:00
e47ece41af Implement circular absolute position 2016-10-08 21:07:48 +02:00
22d6040dca Implementing more usefull functions 2016-10-08 21:01:02 +02:00
f8f2582d2e Fixing loranz kurve 2016-09-28 08:15:44 +02:00
1222d53dbc Bug fixes 2016-09-27 17:57:36 +02:00
4d50d8eb30 Lorenz implemented 2016-09-27 17:57:17 +02:00
ca03e96fb9 Started to implement better exceptions 2016-08-28 16:57:49 +02:00
2b4d9ae7a5 Fixing test errors 2016-08-25 21:33:26 +02:00
4391fd2056 Merge pull request #71 from Orange-Management/documentation
Documentation
2016-08-25 19:34:05 +02:00
fed381ba8a Regression latex documentation 2016-08-25 09:52:19 +02:00
4b09c7c1ba Replacing realpath with file_exists 2016-08-23 21:26:05 +02:00
74e1053271 Test latex formula 2016-08-22 18:31:22 +02:00
a02f1cca5d PhpStorm autofix/format 2016-08-20 12:04:30 +02:00
aca0e8ff08 Fixed for documentor 2016-08-14 20:57:57 +02:00
f599693f11 Test fixes 2016-08-13 14:12:31 +02:00
125bc460f1 Rename function 2016-08-11 17:27:20 +02:00
962c06ce0c Add comments 2016-08-11 17:27:20 +02:00
1bdeb7967d Add comments 2016-08-11 17:27:20 +02:00
6b6021d25f Fixing tests and documentation 2016-08-11 14:21:22 +02:00
dd80569a88 Test fixes 2016-07-23 22:50:30 +02:00
ab09f71e94 Pull out and removing nonsense 2016-07-19 17:29:28 +02:00
cdd1434799 Forecasting implementations
Implementing more regressions, arima draft (not complete), some more
average and error functions.
2016-07-19 16:49:52 +02:00
d2de70d356 Auto-format 2016-07-15 21:33:05 +02:00
9d4723b4c2 Remove parameter for abs 2016-07-06 10:49:42 +02:00
bc75d9ce81 Namespace, naming etc. fixes 2016-06-14 14:50:42 +02:00
1892f33f68 Re-naming and moving 2016-06-03 21:59:23 +02:00
48b42be7a9 Media upload fixes and cleanup 2016-05-26 22:54:45 +02:00
fb7c720c3d Doc fixes and bug fixes 2016-05-08 11:54:02 +02:00
ca0e03efc3 More formatting and comment fixes 2016-05-07 23:58:31 +02:00
29707c4203 Formatting and bug fixes 2016-05-07 17:23:44 +02:00
bfaa80e4ca Fixing naming error 2016-05-06 23:40:44 +02:00
277e360159 Formatting and new implementations 2016-05-06 23:39:33 +02:00
e5de7328ce Formatting and adding array functionality 2016-05-06 21:14:32 +02:00
ce182bab92 Formatting & bug fixes 2016-05-05 11:27:16 +02:00
f673579340 PhpStorm fixes 2016-04-16 12:03:42 +02:00
4b4f8b1dbc Numbers extension 2016-04-04 16:34:31 +02:00
Scrutinizer Auto-Fixer
c40a8ed0a2 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-03-28 15:13:36 +00:00
Scrutinizer Auto-Fixer
114ce12de8 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-03-28 14:44:47 +00:00
7cc423281c More bug fixes 2016-03-27 23:08:58 +02:00
cfe6fb0059 Documentation fixes 2016-03-27 22:27:13 +02:00
e3e7e2e6c7 Coding style fixes. 2016-03-27 22:03:31 +02:00
0978f41ca2 Performance fixes 2016-03-27 21:54:15 +02:00
e3171d38e3 Comprehensibility fixes 2016-03-27 21:51:49 +02:00
fd9480a34c Solving critical bugs 2016-03-27 21:44:01 +02:00
9dd230df36 Cleanup 2016-03-16 22:33:44 +01:00
6781777cd4 Bug fixes 2016-03-16 13:22:28 +01:00
9f5f45fa7c Further matrix implementation 2016-03-15 22:06:34 +01:00
b27154dc19 Parameter fix 2016-03-15 22:06:15 +01:00
d57c626eaf Further matrix implementation 2016-03-15 16:39:52 +01:00
c2eefd10cd Comments and draft for graph 2016-03-15 16:39:42 +01:00
1866e9a212 More draft comments and fixes 2016-03-14 21:12:21 +01:00
78bc28b045 Draft
All these files need further edits + other optimization files + moving
of files
2016-03-13 21:49:01 +01:00
1535d8fdbe Cleanup 2016-02-12 12:16:16 +01:00
97687422eb Remove namespace from scalar 2016-01-23 10:17:34 +01:00
4e510ea10e Documentation and distribution additions 2016-01-02 21:15:51 +01:00
c23d515173 Documentation 2016-01-02 21:15:37 +01:00
040aebd836 Preparing for differentiation and integration 2015-12-25 18:41:48 +01:00
2456a58aed Shift scheduling problem initialized 2015-12-25 17:30:43 +01:00
0b0111c230 Knappsack problem initialized 2015-12-25 17:30:24 +01:00
3b17881563 Unrequired abstraction 2015-12-25 17:30:00 +01:00
cab1ed16b2 First test implementation of TSP 2015-12-25 13:56:31 +01:00
a11e372b3a Implementing linear regresion 2015-12-25 13:56:04 +01:00
ddce5e8631 Statistic functions created (maybe will get moved to stochastics) 2015-12-25 13:55:45 +01:00
29348b860a Renamed to Average 2015-12-25 13:55:06 +01:00
7e7214c8b6 Files initialized for distributions 2015-12-25 13:54:53 +01:00
6b5105546f Basic math functions 2015-12-25 13:53:42 +01:00
357e672ca0 Renaming shapes and implementing them 2015-12-25 13:53:32 +01:00
392b732969 Finishing finance basic function implementation 2015-12-25 13:53:06 +01:00
afb84e091c Implementing basic shape functionalities. 2015-12-25 13:52:06 +01:00
8349048749 Added 2 points distance on sphere function. 2015-12-22 21:28:45 +01:00
961a386e12 Split 2015-12-18 17:44:23 +01:00
7de136815a Init 2015-11-29 22:03:06 +01:00