Commit Graph

1062 Commits

Author SHA1 Message Date
cc22beab3e
Fix indention 2018-03-29 13:48:00 +02:00
3c466931c7
Allow multiple paths for exists 2018-03-29 13:39:23 +02:00
067af207df
Fix path 2018-03-29 13:37:56 +02:00
d37433c026
Implement multiple paths for autoloading 2018-03-29 13:36:55 +02:00
2ec800fe62 Fix unit test bugs 2018-03-28 23:11:22 +02:00
d5fd2c4827 Change to php version 7.2 requirement 2018-03-27 19:09:47 +02:00
92271d2981 If json and empty print empty array 2018-03-24 19:11:23 +01:00
8067e42f78 Type hint fixes 2018-03-24 11:17:45 +01:00
af0a980d1b Return type fixes 2018-03-16 12:08:35 +01:00
5f385e44c0 Add public/private to const 2018-03-16 08:47:43 +01:00
6f6a0e1bd1 Type fixes 2018-03-14 18:12:08 +01:00
7b8b0cc227 Merge branch 'develop' of https://github.com/Orange-Management/phpOMS into develop 2018-03-14 17:12:33 +01:00
d3258357e0
Fix return type docblock 2018-03-14 10:00:04 +01:00
1bc4593654
Remove empty construct 2018-03-14 09:57:41 +01:00
35b45cbb5b
Remove nullable for default null para 2018-03-14 09:50:58 +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
301aa59d61 Test phpstan 2018-03-13 20:43:22 +01:00
7064cd6e7e
Permission fix 2018-03-13 13:02:45 +01:00
aae0de25f1 Adjust permission handling to string 2018-03-09 22:21:21 +01:00
1022824e47 Tests+docblock 2018-03-04 12:11:46 +01:00
de6120b267 Tests, docblocks & improvements 2018-03-03 11:15:34 +01:00
24252655eb Fix restructured datastorage 2018-03-01 20:31:02 +01:00
b810e72588 Start datastorage restructure 2018-02-28 21:43:29 +01:00
797b1c1f00 Added depreciation+tests 2018-02-28 20:37:54 +01:00
1f4df655ad Fix path 2018-02-26 20:12:25 +01:00
ab96277fb1 Reduce isset use 2018-02-26 20:05:02 +01:00
3c3c7fe251 Remove is_null 2018-02-26 19:46:50 +01:00
5b243ab2da Turn exceptions in false returns 2018-02-26 19:46:28 +01:00
2bdc9410b7 Fix package name 2018-02-26 19:45:35 +01:00
6b68c42c33
Update ChiSquaredDistributionTest.php 2018-02-26 14:58:05 +01:00
dd99496d75
Update CauchyDistributionTest.php 2018-02-26 14:41:10 +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
9382c30d35 Add gitattributes 2018-02-23 18:05:38 +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
a08c63a021
Formatting fix 2018-02-23 10:56:35 +01:00
66a5510873
Fix int/float bug 2018-02-23 10:55:35 +01:00
59b701a6be
Fix formatting 2018-02-23 10:54:58 +01:00
cc682b1945
Added mean error test 2018-02-23 10:49:00 +01:00
b3b7391712
Added power test 2018-02-23 10:39:14 +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
a982bb432a
Started to implement tests 2018-02-23 10:29:53 +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