Commit Graph

64 Commits

Author SHA1 Message Date
b4c50996cd big README refactor 2024-02-01 20:24:44 +01:00
c676a22ba8 readme tweaks; add 90% histogram function 2024-01-31 15:15:56 +01:00
e62a840625 docs & improve histogram function 2024-01-31 09:49:21 +01:00
6199e43ae4 add some more to-dos 2024-01-29 18:20:43 +01:00
9e5d2db23b tweak README 2024-01-20 21:08:53 +01:00
b99a9cb3f5 readme tweak 2024-01-13 13:01:58 +01:00
95cedff3ab Increase clarity of README and fix typos 2023-12-11 11:08:16 +00:00
c480565051 README tweaks 2023-12-09 19:04:42 +00:00
d9e2ca04c5 document compiler warnings 2023-12-09 18:59:53 +00:00
693fac451f report correct warning suppression code 2023-12-09 18:09:08 +00:00
d84b92cec2 document UNUSED macro 2023-12-09 18:04:55 +00:00
d56d1732a3 clean up roadmap 2023-12-03 18:56:45 +00:00
e08ce4334e README updates and spell checking 2023-12-03 18:15:27 +00:00
53a77cb64c update README with changes 2023-11-30 00:00:11 +00:00
b22eb34835 add parallelism to sampling 2023-11-29 23:28:31 +00:00
5f6cc0fe4f note on confidence intervals code 2023-11-23 15:23:04 +00:00
d87453b9c7 README tweaks 2023-11-19 22:28:38 +00:00
d3af874403 feat: start adding paralellism; recompile. 2023-11-18 23:54:31 +00:00
0de4132080 modify makefiles to make reorg work, change README 2023-11-18 21:00:02 +00:00
32b8a1fe1a add "grug-brained" modifier to README.md 2023-10-08 23:09:36 +01:00
ec1e88571e tweak: remove image. 2023-09-27 15:27:51 +01:00
308eecba98 tweaks before twitter thread 2023-09-27 15:25:12 +01:00
0bcd9f9b62 update to-dos in readme 2023-09-24 18:03:34 +01:00
a4389e605f move to ci named struct. 2023-09-23 23:08:51 +01:00
0d31a4f1ab add converstion between lognormal form and 90% c.i. 2023-09-23 22:35:40 +01:00
f1834341a9 update README, end for the day. 2023-09-23 22:19:59 +01:00
ccad14b318 leave out really trivial manipulations, add example, update to-dos 2023-09-23 22:15:48 +01:00
56ab018469 add many more comments, start adding to header file. 2023-09-23 21:53:45 +01:00
79dfcf79db use named structs in small algebra system. 2023-09-23 20:55:18 +01:00
db75cc9afd add reference to clang-tidy in README 2023-08-19 19:22:49 +02:00
91ab0d27dc small readme clarifications 2023-08-02 19:56:34 +02:00
06a0569a02 cleanup README.md before publishing as blogpost 2023-08-01 14:17:57 +02:00
e0df88633c add to-do to readme 2023-08-01 13:07:04 +02:00
3c49d3d2fd readme tweak II 2023-07-25 22:27:21 +02:00
d15ba1e50b readme tweak 2023-07-25 22:25:08 +02:00
75995c59a1 add MIT license 2023-07-24 11:25:29 +02:00
0e7d9d15e4 add no guarantees comment 2023-07-24 11:22:40 +02:00
1b8b6d23c4 readme tweaks 2023-07-24 00:44:40 +02:00
09601c8d46 add links to examples in readme 2023-07-24 00:43:53 +02:00
01770e4a91 fix link v2? 2023-07-24 00:40:33 +02:00
0ee010c472 fix readme link? 2023-07-24 00:40:00 +02:00
c29b3b4559 try adding link in readme 2023-07-24 00:39:17 +02:00
f6562e9f65 mark to-dos as done. 2023-07-24 00:38:28 +02:00
9c19095955 add serious model, add template. 2023-07-24 00:37:45 +02:00
f8f8bc8de0 fix readme headings 2023-07-23 23:29:57 +02:00
1133d7819c fix README 2023-07-23 21:21:54 +02:00
7694124fec pontificate about tests with wide lognormals 2023-07-23 21:10:56 +02:00
e053a726ee add example of getting confidence interval & misc changes 2023-07-23 19:12:02 +02:00
6e228dcc6b replace all floats (32 bits) with doubles (64 bits)
to fix bug after switching xorshift32 => xorshift64
2023-07-23 13:02:56 +02:00
9e1d4ee6d4 move to xorshift64. Better precision. 2023-07-23 12:47:47 +02:00