Commit Graph

118 Commits

Author SHA1 Message Date
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
7b5727802f Use standard formula with updated parameters 2020-09-30 21:39:45 +02:00
329057198d Added todos 2020-09-30 21:34:51 +02:00
8d7ae97140 Formatting 2020-09-30 21:34:41 +02:00
9cb9fd911e Added todo 2020-09-30 20:41:58 +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
9ea1b43b87 Refactored to use shape fitter 2020-09-30 20:21:46 +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
c1f13de904 Changed sampling to 50 samples 2020-09-30 20:20:41 +02:00
3c7713ae00 Set next sample's level based on previous level 2020-09-30 20:20:20 +02:00
19eb4b5f4e Changed default sampling to 50 samples 2020-09-30 20:19:34 +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
abeceb8e7a Formatting 2020-09-30 19:55:02 +02:00
68be4be9db Formatting 2020-09-30 19:52:30 +02:00
12ad666ec9 Added cancellation token 2020-09-30 19:49:00 +02:00
a00f5f6e9e Added cancellation token 2020-09-30 19:48:35 +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
25c773b411 Refactored to use a shape fitter 2020-09-29 20:30:16 +02:00
f69330d79e Updated todo 2020-09-29 20:29:54 +02:00
9b35ce01aa Ensured, that rng gets only set when it was null 2020-09-29 20:25:17 +02:00
1110a080ac Quick fix, added todo 2020-09-29 20:24:55 +02:00
e6ec8aeafa Added optional threshold 2020-09-29 20:10:55 +02:00