Commit Graph

116 Commits

Author SHA1 Message Date
8720530d4e fengshui 2024-12-29 01:04:22 +01:00
3a734f180c spell check 2024-12-29 00:53:42 +01:00
b645f6648a add gitignore file 2024-12-29 00:37:31 +01:00
a36808d8e6 remove extra files 2024-12-29 00:36:36 +01:00
dcd0db36eb improve error messages a bit more 2024-12-29 00:36:09 +01:00
3e4df77541 feng-shui: move pretty printers to own files, simply sampling 2024-12-28 23:25:35 +01:00
0c03b7e6bf fix beta multiplication error 2024-12-27 23:24:37 +01:00
5e0020a112 fix error when multiplying negative samples times lognormal 2024-12-27 23:21:14 +01:00
e93316446c simplify fermi.go again 2024-12-24 17:05:53 +01:00
2314bf5db2 continue reflecting about mixtures & stuff 2024-12-24 16:50:08 +01:00
7d59beb4bf get some speed gains for mixtures thru a bit more complexity 2024-12-24 16:35:55 +01:00
3ca32655d5 rework sampling for mixtures a bit 2024-12-24 16:32:17 +01:00
e473223bbd become a bit confused about FilledSamples and mixtures 2024-12-24 16:11:37 +01:00
7d8a582bd5 test the time to botec example
https://github.com/NunoSempere/time-to-botec
2024-12-24 15:51:31 +01:00
10941f00ac mixture tweaks 2024-12-24 15:42:54 +01:00
884adba214 debug mixture implementation 2024-12-24 15:39:45 +01:00
2f663b1262 first pass mixture 2024-12-24 15:31:21 +01:00
ad70db5f14 add expression of wistfulness about OCaml switches
which are more powerful than in go
2024-11-20 11:59:27 +00:00
84bdfa004f add some guards for edge cases
scalar = 0 * logdist
scalar < 1 * logdist
logdist with parameters < 0
logdist with same parameters (should be scalar)
logdist with low > high
2024-11-20 11:54:31 +00:00
ae1e1bbe97 Revert "tweak parsing code."
This reverts commit 6c98249e57.
2024-11-20 11:20:21 +00:00
6c98249e57 tweak parsing code. 2024-11-20 11:19:10 +00:00
4b21612d55 add todo bug found when talking with Jorge 2024-11-19 19:43:45 +00:00
c3f03d97b0 document suffixes 2024-11-10 17:16:49 +00:00
05cbc2029d add percentages! 2024-11-10 17:13:01 +00:00
27f9932db8 sets echo on by default with read from file flag 2024-11-10 17:07:19 +00:00
a99934387c add pointer for echo flag 2024-10-01 10:05:47 +02:00
5cc14e310b change help msg in READMe 2024-10-01 09:59:45 +02:00
98225e4bb9 add -h flag and document flags 2024-10-01 09:56:31 +02:00
3924027c31 add summary stats command 2024-10-01 09:44:45 +02:00
4573faee10 add initial stats code 2024-09-15 17:34:52 -04:00
e992a26bd7 simplify error msg on error unless asked explicitly 2024-09-15 16:40:00 -04:00
98814edb62 add error case for dist operations 2024-09-15 16:36:51 -04:00
b01337378a simplify division code 2024-09-15 16:34:30 -04:00
6686e4f919 add real life examples + simplify multiply code. 2024-09-15 16:33:56 -04:00
88d37f174e remove extra f in pretty print 2024-08-12 12:34:28 -04:00
06602cd291 tweak: pretty print with more precision 2024-08-12 12:27:33 -04:00
a1595935d6 add echo flag for use when consuming files 2024-08-09 11:39:38 -04:00
0fb2e7acb3 fix -n flag 2024-08-09 11:33:14 -04:00
b665262e33 fengshui 2024-07-12 18:39:13 -04:00
254b9068af document cool command line options and linux integrations 2024-07-12 18:32:24 -04:00
07f0fd1d3f allow models to also be executables 2024-07-12 18:29:55 -04:00
ade8947734 rename f.go=>fermi.go after fixing nvim problem 2024-07-12 18:13:24 -04:00
1c6c2068ff change default n samples to 100K 2024-07-12 12:12:57 -04:00
298e579480 add num samples as command line flag 2024-07-12 12:11:25 -04:00
233b4cfb30 add combination with tee 2024-07-12 11:04:20 -04:00
a859f2572f add command line arg instead of current xl hack 2024-07-11 17:35:26 -04:00
af6ea91faa stack => calculator-style; add fermixl 2024-07-11 17:34:52 -04:00
982be656bd undo repeating lines change 2024-07-10 18:12:56 -04:00
7807165dbf repeat empty lines to preserve formatting in cat'ed models 2024-07-10 18:11:51 -04:00
be6df15ab5 document piping to model 2024-07-08 17:22:59 -04:00