Commit Graph

22 Commits

Author SHA1 Message Date
5a54d460c9 Small clean up 2022-06-07 10:01:01 +02:00
6b77664b27 Implement Fitter::ep_log_likelihood_contrib and add test for it 2022-04-28 13:28:40 +02:00
ba06c40b2e Fix another bug in Fitter::predict 2022-04-28 12:14:58 +02:00
347af1c908 Added test for linalg::solve. Fix bug in fitter (wrong argument order) 2022-04-28 10:23:37 +02:00
7a3ff508cd Implement gaussian observation. Added test to fitter, test that are failing! Need to investigate 2022-04-27 11:58:49 +02:00
6665362417 Remove need to box kernel on model 2022-04-26 22:47:28 +02:00
37746f6c02 Rename recursive fitter and binary model 2021-10-27 11:05:43 +02:00
7deeabfd55 Implemented more functions 2021-05-28 14:35:21 +02:00
2708403923 Added tests to constant kernel 2020-12-19 13:39:12 +01:00
7cfa9ef5d8 Change vs to be a vec instead of array 2020-12-14 23:16:56 +01:00
113168d7d0 Change ns and xs to be a vec instead of array 2020-12-14 23:15:21 +01:00
63dccce7d0 Change ms to be a vec instead of array 2020-12-14 23:13:29 +01:00
73f0c8ea32 Remove dependency. 2020-09-08 15:56:46 +02:00
a7cb6edbf3 Fix clippy warnings. 2020-09-08 15:32:29 +02:00
67d1412af8 Added TernaryModel. 2020-03-06 09:49:55 +01:00
9b79722984 Fixed a bug, and added a custom solve function (using lapacke). 2020-02-24 11:51:26 +01:00
8a1e6620ad IT WORKS! But small difference between this version and the python. 46.2% vs 47.1%, but that's not much. 2020-02-20 16:36:02 +01:00
9ac7e44776 OMG, I'm close now! 2020-02-20 14:36:44 +01:00
6840699144 Even closer to get example "basic" up and running! 2020-02-20 12:57:51 +01:00
7528b3b67b A lot of progress. 2020-02-20 09:19:11 +01:00
fd249da405 Implement more and more logic. 2020-02-16 12:32:14 +01:00
dd5667d82c More progress. 2020-02-13 10:17:20 +01:00