Commit Graph

144 Commits

Author SHA1 Message Date
138bef5991 Updated 2020-11-07 23:01:30 +01:00
34fad9dddd Added decision support 2020-11-07 22:43:57 +01:00
1df9398746 Added test cases for abstract Distributions as well 2020-11-07 22:43:43 +01:00
0a88139c75 Excluded from coverage 2020-11-07 22:43:03 +01:00
c8cbe2cec8 Added test case for no rng 2020-11-07 22:42:14 +01:00
0f724991cd Refactored NextNumber into distributions 2020-11-07 15:46:00 +01:00
44abcc48b6 Refactored setting IRandom to distribution 2020-11-07 15:12:56 +01:00
c337fbeaae Adjusted thresholds 2020-11-07 12:42:13 +01:00
c58cb0d00c Added some performance tests 2020-11-07 12:41:44 +01:00
3fefdccdf2 Added tests for cancelling operations 2020-11-07 12:40:50 +01:00
69e8715a4a Refactored to improve performance by less locking 2020-11-07 12:40:03 +01:00
9c7e4664ce Added some performance tests 2020-11-01 14:04:57 +01:00
3f4c79a23d Fixed rare issue with too high index for bucket 2020-11-01 13:47:33 +01:00
f213ca64b0 Added distributions 2020-11-01 12:30:30 +01:00
582918ff04 Added distributions 2020-11-01 12:25:41 +01:00
1fb09009f4 Enabled Git LFS 2020-11-01 11:40:26 +01:00
54c9e790d9 Added float implementations 2020-11-01 10:52:42 +01:00
e5aa1db7ae Spelling 2020-11-01 09:46:54 +01:00
74da81e833 Added float implementations 2020-11-01 00:08:30 +01:00
d4e4e2c1c9 Added float implementations 2020-10-31 23:55:45 +01:00
1651fbaa2b Added float implementations 2020-10-31 23:49:37 +01:00
706f2552bc Refactored common code into abstract class 2020-10-31 23:44:23 +01:00
c340635c4a Added float implementations 2020-10-31 23:27:18 +01:00
01ee5900d5 Adjusted thresholds to ensure 5/6 successful runs 2020-10-31 23:05:44 +01:00
81b8467639 Migrated weibull distribution to shape fitter 2020-10-31 22:11:42 +01:00
d5404d65c8 Fixed case when operation gets cancelled 2020-10-31 22:11:20 +01:00
b662d08c9c Migrated StudentT distribution to shape fitter 2020-10-31 21:18:27 +01:00
3bf829d684 Renamed normal distribution 2020-10-31 19:44:18 +01:00
a710226941 Migrated log normal distribution to shape fitter 2020-10-31 19:42:52 +01:00
e2f292a6ff Migrated laplace distribution to shape fitter 2020-10-31 16:20:38 +01:00
66d58e74d3 Migrated inverse gamma distribution to shape fitter 2020-10-31 15:43:08 +01:00
8b752c17ee Migrated gamma distribution to shape fitter 2020-10-31 15:18:41 +01:00
5b184ad7e6 Implemented inverse exponential distributions 2020-10-31 14:27:45 +01:00
857c16462e Formatting 2020-10-31 14:00:39 +01:00
2f4c8b3cc9 Added exponential distributions 2020-10-31 14:00:25 +01:00
b437aac4c8 Added missed test cases 2020-10-31 13:20:20 +01:00
a68ffe51e4 Implemented chi-square variations 2020-10-31 13:16:19 +01:00
3db0e003af Added math functions: gamma and factorial 2020-10-31 12:19:02 +01:00
e01e89f3f8 Added lorentz variation 2020-10-30 22:52:44 +01:00
95e237f562 Added beta variations 2020-10-30 22:43:08 +01:00
819dfd8a2e Renamed 2020-10-30 22:25:01 +01:00
bc942d21bc Added frequency analysis 2020-10-30 22:24:26 +01:00
64eb754644 Fixed test cases 2020-10-30 22:24:09 +01:00
85d4906d1c Fixed test cases 2020-10-30 22:23:47 +01:00
369214044e Refactored 2020-10-30 22:23:30 +01:00
c364c206ad Refactored 2020-10-30 21:50:10 +01:00
b84b488025 Fixed shape fitter 2020-10-30 21:48:53 +01:00
c007c6aef0 Refactored 2020-10-19 19:48:28 +02:00
dad5ead650 Removed todos 2020-10-19 19:48:16 +02:00
bdeb9c8c8f Updated parameters 2020-09-30 21:39:54 +02:00