Commit Graph

73 Commits

Author SHA1 Message Date
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
9c7e4664ce Added some performance tests 2020-11-01 14:04:57 +01:00
54c9e790d9 Added float implementations 2020-11-01 10:52:42 +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
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
c007c6aef0 Refactored 2020-10-19 19:48:28 +02:00
bdeb9c8c8f Updated parameters 2020-09-30 21:39:54 +02:00
8d7ae97140 Formatting 2020-09-30 21:34:41 +02:00
4b97c44b1c Renamed 2020-09-30 20:40:53 +02:00
d4f2547c78 Fixed tolerance 2020-09-30 20:25:08 +02:00
94844a18e7 Fixed tolerance 2020-09-30 20:24:11 +02:00
243a4c044b Adjusted test for distribution for shape fitter 2020-09-30 20:21:29 +02:00
1a8741aa54 Removed test for parameters which is no longer needed due to shape fitter 2020-09-30 20:21:02 +02:00
0a61f0da37 Fixed tolerance of expected variance 2020-09-30 20:16:56 +02:00
a9e89070b8 Removed debug code 2020-09-30 20:16:30 +02:00
01e6355e4f Adjusted test for distribution for shape fitter 2020-09-29 20:33:03 +02:00
4c30dbfc6f Removed test for parameters which is no longer needed due to shape fitter 2020-09-29 20:32:27 +02:00
5d2cc1b29c Refactored 2020-09-29 17:30:07 +02:00
d325e038ba Added test for the default parameters of distributions 2020-09-27 20:43:11 +02:00
762c2ea389 Renamed 2020-09-27 20:33:24 +02:00
3eccdf9c4d Added a second test for distribution 2020-09-27 20:32:33 +02:00
0f5b2b82a5 Initial 2020-09-26 22:58:37 +02:00
9fe32ec0e4 Initial 2020-09-26 22:50:44 +02:00
169e42913c Adjusted acceptable tolerance 2020-09-26 22:36:10 +02:00
487ef35993 Initial 2020-09-26 22:28:58 +02:00