Commit Graph

228 Commits

Author SHA1 Message Date
19367b04cd look through histogram function to convince myself of correctness 2024-02-02 18:03:56 +01:00
ab97e6ce3e clean up README a bit more 2024-02-02 15:59:59 +01:00
2740413bb4 further README cleanup 2024-02-02 15:56:00 +01:00
1bcb04c356 add type of functions to the README 2024-02-02 15:51:17 +01:00
4113c87e4d continue with big refactor
- delete cdf functions from header file
- delete docs
- rework examples so as to not use sample_90_ci function
- add a few items to README
2024-02-01 20:54:52 +01:00
0975512412 remove functionality
- Sample from arbitrary cdf: unused complexity
- Sample confidence interval directly from cdf: makes sampling
function/array function boundary unclear.
2024-02-01 20:26:37 +01:00
b4c50996cd big README refactor 2024-02-01 20:24:44 +01:00
8f6919fa2a give up on text alignment 2024-01-31 15:35:00 +01:00
47c3e5683a fix: alignment 2024-01-31 15:31:51 +01:00
1e061095d9 remake 2024-01-31 15:27:36 +01:00
e971d6e1e2 fix: x[i] -> xs[i] bug 2024-01-31 15:27:03 +01:00
3e2eb69e3a display # of values above and below 90% confidence interval 2024-01-31 15:26:20 +01:00
2744136d68 fix: add type to squiggle_more.h; fix type 2024-01-31 15:19:12 +01:00
d78a5cd182 tweak: add decimal points tweak to original histogram function 2024-01-31 15:17:55 +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
4bf13f3c22 increase precision a bit 2024-01-30 20:09:45 +01:00
3a7f9a9d41 update bin size depending on bin width 2024-01-30 18:27:00 +01:00
f524777313 switch to using calloc (initializes memory to zero) 2024-01-30 16:27:17 +01:00
b548d50deb rename variable 2024-01-30 16:24:56 +01:00
d70296f230 add histogram functionality; recompile 2024-01-30 16:23:51 +01:00
7bc29b9e3d Savepoint plotting 2024-01-30 14:52:38 +01:00
456fbaf051 continue tweaking gnuplot terminal output 2024-01-30 14:03:20 +01:00
af7dc37327 some modifications 2024-01-30 13:54:01 +01:00
ec9e2e89e0 add some gnuplot commands 2024-01-30 13:46:52 +01:00
6010d99cba fix typo and remake 2024-01-30 13:28:17 +01:00
90555bf3b3 add a few stats functions 2024-01-30 13:27:54 +01:00
5d28295a15 make build pass 2024-01-29 18:36:59 +01:00
86b12db894 continue minimizing nested functions 2024-01-29 18:35:34 +01:00
fa832cbd17 use new pattern to reduce nested functions extension 2024-01-29 18:29:17 +01:00
279fb12dee new pattern: define sampler and then sample from it 2024-01-29 18:20:55 +01:00
6199e43ae4 add some more to-dos 2024-01-29 18:20:43 +01:00
27f9d76e9a add comment; recompile 2024-01-28 17:48:51 +01:00
b352cdf3ba formatting tweak 2024-01-21 11:47:22 +01:00
1e78617079 streamline fermi estimation a little 2024-01-21 11:44:28 +01:00
9e5d2db23b tweak README 2024-01-20 21:08:53 +01:00
4b158c95df update fermi example 2024-01-20 19:48:55 +01:00
1d89eb6231 formatting pass, upkeep 2024-01-20 14:30:20 +01:00
199e76bdfb add fermi paradox to examples 2024-01-20 14:28:20 +01:00
bb91d78859 add fermi paradox example 2024-01-20 14:02:59 +01:00
b99a9cb3f5 readme tweak 2024-01-13 13:01:58 +01:00
4a4e90f492 reformat remake 2024-01-13 12:47:56 +01:00
8e2f918dd3 add comment about cache analysis 2024-01-13 12:47:14 +01:00
48f333adfe formatting pass; makefile tweaks 2024-01-13 01:05:44 +01:00
b497b5b399 remove loop unrolling again 2024-01-13 00:50:51 +01:00
3bb2804ccf save squiggle_more tweaks 2024-01-13 00:50:27 +01:00
eb1c592610 formatting pass. 2024-01-12 23:55:09 +01:00
dd6bb53f1b add more comments, undo loop unrolling. 2024-01-12 23:53:58 +01:00
c25e9f916f add failed example of loop unrolling 2024-01-12 20:41:06 +01:00
a50d776d2c add comment on size of the C stack 2024-01-12 19:08:12 +01:00