{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":436362588,"defaultBranch":"main","name":"spfun","ownerLogin":"c-blake","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-12-08T19:08:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8928205?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1715009733.0","currentOid":""},"activityList":{"items":[{"before":"43a4432d2b37e69356f5ff7292262112a0e3223a","after":"d395076e1308fe90b345bc444ed89c6c81d703da","ref":"refs/heads/main","pushedAt":"2024-07-03T17:04:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Track addition of `maxTry` in earlier positional slot.","shortMessageHtmlLink":"Track addition of maxTry in earlier positional slot."}},{"before":"aefdf00a1d2e62c953b7e3eb8e6db2b649f0f064","after":"43a4432d2b37e69356f5ff7292262112a0e3223a","ref":"refs/heads/main","pushedAt":"2024-07-03T12:09:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Introduce `maxTry` counterpart to `minTry` to block the possibility of\nany pathological cases causing extremely long evaluations (unless the\ncaller boosts `maxTry` which they are able to do).","shortMessageHtmlLink":"Introduce maxTry counterpart to minTry to block the possibility of"}},{"before":"e23235927c4e82db21f5d078cf08f704f283c4f2","after":"aefdf00a1d2e62c953b7e3eb8e6db2b649f0f064","ref":"refs/heads/main","pushedAt":"2024-06-23T17:31:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Bump versions pre-release","shortMessageHtmlLink":"Bump versions pre-release"}},{"before":"93b8ddbdf038cba0ff3174448a1a2c68b4cb1b74","after":"e23235927c4e82db21f5d078cf08f704f283c4f2","ref":"refs/heads/main","pushedAt":"2024-06-21T21:19:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Include `χ²` & `χ²c` with grep-visible \"chi-square\" (to hopefully avoid\nhaving to lookup that both arg 1/2 adjustment).","shortMessageHtmlLink":"Include χ² & χ²c with grep-visible \"chi-square\" (to hopefully avoid"}},{"before":"0257bdcf58dbb2faa2f61f7009af0c9021c97509","after":"93b8ddbdf038cba0ff3174448a1a2c68b4cb1b74","ref":"refs/heads/main","pushedAt":"2024-06-05T19:51:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Bump versions pre-release","shortMessageHtmlLink":"Bump versions pre-release"}},{"before":"ddda68ada371faf1a7e658329b3dd6d9a7ff08fe","after":"0257bdcf58dbb2faa2f61f7009af0c9021c97509","ref":"refs/heads/main","pushedAt":"2024-06-04T06:38:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"mv spfun/cdplot.nim github.com/c-blake/bu/edplot.nim","shortMessageHtmlLink":"mv spfun/cdplot.nim github.com/c-blake/bu/edplot.nim"}},{"before":"d813a3306c3838ee220f4d20a7ad70f67c4db962","after":"ddda68ada371faf1a7e658329b3dd6d9a7ff08fe","ref":"refs/heads/main","pushedAt":"2024-06-01T14:07:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Shorten EDF suffix to just E; Default to /tmp/ed for empirical distro;\nWarn on very small CIs in tube-mode.","shortMessageHtmlLink":"Shorten EDF suffix to just E; Default to /tmp/ed for empirical distro;"}},{"before":"bc2e819b4145ea6d7f7d62c10f81a7c061e57557","after":"d813a3306c3838ee220f4d20a7ad70f67c4db962","ref":"refs/heads/main","pushedAt":"2024-06-01T12:24:18.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"This *almost* works as intended, but I think gnuplot needs more features\nor else we need to generate a slew of `rect` commands.","shortMessageHtmlLink":"This *almost* works as intended, but I think gnuplot needs more features"}},{"before":"cf21162512e6f756ab2ad4011b62c77bf986b360","after":"bc2e819b4145ea6d7f7d62c10f81a7c061e57557","ref":"refs/heads/main","pushedAt":"2024-05-31T22:56:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Add Massart inequality based confidence bands. Factor two very distinct\nvisualization ideas into two procs with one driver. In light of that,\nchange `nCI:int` to `ci:float` now interpreted as dP spacing of CIs in\n`blur` mode and the width of the \"CI tube\" in `tube` mode. Also add &\ndocument new enum for tube options (sides of tube pw, sim, diff).\nAlso document `xlabel` in `help` which was missing before.","shortMessageHtmlLink":"Add Massart inequality based confidence bands. Factor two very distinct"}},{"before":"37f972661c97a946930b59f45b4290f4dcc66f4f","after":"cf21162512e6f756ab2ad4011b62c77bf986b360","ref":"refs/heads/main","pushedAt":"2024-05-31T17:34:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Drop commented out EDF iterator tests; Add per-data set plot titles; Set\nthe alpha channel when non-1.0, but it does not seem to work with any of\nthe sixel, png, x11, or pngcairo gnuplot terminals even w/thick lines.","shortMessageHtmlLink":"Drop commented out EDF iterator tests; Add per-data set plot titles; Set"}},{"before":"c7bf16dcf8dcf20b1a82b2717439d88ca5e10d79","after":"37f972661c97a946930b59f45b4290f4dcc66f4f","ref":"refs/heads/main","pushedAt":"2024-05-31T14:30:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Initial commit of Nim version of generator for nice gnuplot CDFs.","shortMessageHtmlLink":"Initial commit of Nim version of generator for nice gnuplot CDFs."}},{"before":"f4cc54b25b8dcb3fb4ce9a2ac2bc592bc3f62e5c","after":"c7bf16dcf8dcf20b1a82b2717439d88ca5e10d79","ref":"refs/heads/main","pushedAt":"2024-05-31T00:13:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Add a little constructor proc for simpler usage at call sites.","shortMessageHtmlLink":"Add a little constructor proc for simpler usage at call sites."}},{"before":"f7c20ceba1b1b61dea698d77581c75b1edf42385","after":"f4cc54b25b8dcb3fb4ce9a2ac2bc592bc3f62e5c","ref":"refs/heads/main","pushedAt":"2024-05-22T19:32:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Add global evaluation counter (to easily id many-evals situations).","shortMessageHtmlLink":"Add global evaluation counter (to easily id many-evals situations)."}},{"before":"bd7c3d85d6334e719f64a98909c3dc39c90958f0","after":"f7c20ceba1b1b61dea698d77581c75b1edf42385","ref":"refs/heads/main","pushedAt":"2024-05-06T15:35:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Bump versions pre-release","shortMessageHtmlLink":"Bump versions pre-release"}},{"before":"a7f7f01cb7cda99d97d06e02c8ee54d4e445e288","after":"bd7c3d85d6334e719f64a98909c3dc39c90958f0","ref":"refs/heads/main","pushedAt":"2024-05-03T14:58:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Eh, `binom` is a good enough command-name.","shortMessageHtmlLink":"Eh, binom is a good enough command-name."}},{"before":"faadda161d31bed4db49babab12f3e452425d949","after":"a7f7f01cb7cda99d97d06e02c8ee54d4e445e288","ref":"refs/heads/main","pushedAt":"2024-04-28T18:33:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Overhaul to use new `binom.BinomP` estimator with good CIs on estimates\nto optimize the number of resamples to be only as many as required by\nthe target alpha level (p-Value threshold). This wholly kills `forPerm`\nand involutes the abstraction of the body into a `template count`.\n\nRevise & expand main doc comment about the implementation and the side\ncomments about shuffle preserving mean,sdev. Also, lift reciprocals out\nof `cor` & `tau`. Squares of xs[] and ys[] could also be computed only\nonce, but that is pretty auto-vectorizable and presently `shuffle` (RNG\nand memory motion) is the bottleneck for larger data sets.\n\nNote the new parameters to control how \"unlucky\" trials must be to give\nweak answers:\n - `minTry`: how big the first batch must be\n - `ci`: target CI coverage for binom proportion\n - `pVthr`: decides proportion convergence to (in)significant\n - `verbose`: maybe log how that all shakes out\nThis can easily save factors of 100s to 1000s over conservatively large\nresampling requests (like formerly B=10000) especially when testing\ninsignificant correlations - often a common case.\n\nBubble up the new parameters to the `studentT` CLI.","shortMessageHtmlLink":"Overhaul to use new binom.BinomP estimator with good CIs on estimates"}},{"before":"5fb4f56375bfbe1d7466b0caaaa91cc9e6af9ce0","after":"faadda161d31bed4db49babab12f3e452425d949","ref":"refs/heads/main","pushedAt":"2024-04-28T18:10:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Add binomial `p` estimator API with Wilson score / Agresti CI options.\nAlso include a little CLI driver.","shortMessageHtmlLink":"Add binomial p estimator API with Wilson score / Agresti CI options."}},{"before":"faa77e91997c6487518dabd2cabaed0509455437","after":"5fb4f56375bfbe1d7466b0caaaa91cc9e6af9ce0","ref":"refs/heads/main","pushedAt":"2024-04-27T09:25:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Include note about 12!; 13! Blows out 32-bits (which probably doesn't\nconcern as much as the work involved in running that exact average).","shortMessageHtmlLink":"Include note about 12!; 13! Blows out 32-bits (which probably doesn't"}},{"before":"dc57b9c837f84d60b70e62fe0a01d4ad15040730","after":"faa77e91997c6487518dabd2cabaed0509455437","ref":"refs/heads/main","pushedAt":"2024-04-27T09:20:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Do not try to run with mismatched or empty data; Fix cmdName.","shortMessageHtmlLink":"Do not try to run with mismatched or empty data; Fix cmdName."}},{"before":"fa0ee369f97da16d1798f75b94b94b2bcf048ac0","after":"dc57b9c837f84d60b70e62fe0a01d4ad15040730","ref":"refs/heads/main","pushedAt":"2024-04-23T11:05:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Bump versions pre-release","shortMessageHtmlLink":"Bump versions pre-release"}},{"before":"9155ce9e2ff3a136ca133ce52773897e849079fd","after":"fa0ee369f97da16d1798f75b94b94b2bcf048ac0","ref":"refs/heads/main","pushedAt":"2024-04-23T10:55:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Generalize interfaces to openArray not just seq.","shortMessageHtmlLink":"Generalize interfaces to openArray not just seq."}},{"before":"b912e0e02ec6fd203ccb61c3edca94e9089780d0","after":"9155ce9e2ff3a136ca133ce52773897e849079fd","ref":"refs/heads/main","pushedAt":"2024-04-22T09:28:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Bump versions pre-release","shortMessageHtmlLink":"Bump versions pre-release"}},{"before":"073fa035b50040a19fdbcad855a05f1e83ba0e61","after":"b912e0e02ec6fd203ccb61c3edca94e9089780d0","ref":"refs/heads/main","pushedAt":"2024-04-21T15:39:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Add exact permutation-based test of correlation significance to do a\nbetter job with false positives in small samples. Also add cligen-based\ncommand-line driver program that just takes a pair of float-files.","shortMessageHtmlLink":"Add exact permutation-based test of correlation significance to do a"}},{"before":"5ee3ce84a4afeb1f1675d796d69b1acb05d7eec6","after":"073fa035b50040a19fdbcad855a05f1e83ba0e61","ref":"refs/heads/main","pushedAt":"2023-08-23T12:18:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Bump versions pre-release","shortMessageHtmlLink":"Bump versions pre-release"}},{"before":"31c50ada426598fdf5a264c123f84a901a1f3a14","after":"5ee3ce84a4afeb1f1675d796d69b1acb05d7eec6","ref":"refs/heads/main","pushedAt":"2023-08-06T09:00:13.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"c-blake","name":null,"path":"/c-blake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8928205?s=80&v=4"},"commit":{"message":"Explain what `xC` stands for.","shortMessageHtmlLink":"Explain what xC stands for."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEdiENJwA","startCursor":null,"endCursor":null}},"title":"Activity · c-blake/spfun"}