Commit Graph

89 Commits

Author SHA1 Message Date
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
28fd4f69aa fix issue where cat model.fermi | fermi led to infinite loop 2024-07-08 17:21:49 -04:00
7ff3b2148e document stuff better 2024-07-07 10:30:48 -04:00
c335917226 add comments, starting with # 2024-07-07 10:06:15 -04:00
8b88beae88 fix bug after adding suffix code 2024-06-30 13:24:50 -04:00
860e63b4be integrate pretty parser, move number of samples to 1M 2024-06-30 09:30:55 -04:00
079535ce6b fix bugs float suffix handler 2024-06-30 09:22:04 -04:00
10dbda7986 start parsing K, M, B, T suffixes 2024-06-30 09:19:20 -04:00
9dc6e1443d more feng shui 2024-06-19 10:41:47 -04:00
501f66abb6 add simplified version of repl 2024-06-19 09:55:56 -04:00
2924f174a6 more feng shui 2024-06-19 09:46:08 -04:00
4d146dbcfb rename to f.go 2024-06-19 08:30:21 -04:00
4c6fb35ac2 fenshui 2024-06-18 22:46:06 -04:00
239e21509f fengshui 2024-06-18 22:44:24 -04:00
3133938334 get parenthesis to work; simplify functions 2024-06-18 22:28:19 -04:00
039ff56bbe continue with feng shui 2024-06-18 22:02:42 -04:00
a212a6c3af continue refactoring to explicitly manipulate a stack 2024-06-18 20:37:25 -04:00
0dbe3842a7 start refactoring to explicitly manipulate stack struct 2024-06-18 20:29:55 -04:00
e5b48270e6 rename to fermi 2024-06-18 19:46:52 -04:00
06bcf0cc48 move number of samples down to 100k to make response instant 2024-06-11 08:37:39 -04:00
260d39e131 add full DSl example to readme 2024-06-10 11:06:31 -04:00
a4263d0765 fix correlation problem by using global variable 2024-06-10 03:08:10 +02:00
5b52cf3297 fengshui 2024-06-10 01:13:17 +02:00
b0f48286d5 add code to multiply beta distributions 2024-06-10 01:12:02 +02:00
6cf0b3f9d5 continue filling up DSL code 2024-06-10 00:51:05 +02:00
0e9ef33b8e switch on type using new distribution interface 2024-06-10 00:24:06 +02:00
8b1792f861 type wranging 2024-06-10 00:05:23 +02:00
b0adde937f savepoint 2024-06-09 23:35:36 +02:00