From b40fec4c07b7b177e999f1aa0682340bef187543 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 15 Jul 2023 23:26:57 +0200 Subject: [PATCH] add cdf_sampler to to-do --- to-do.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/to-do.md b/to-do.md index 1f32078..02b71ee 100644 --- a/to-do.md +++ b/to-do.md @@ -1,10 +1,11 @@ - [x] Add example for only one sample - [x] Add example for many samples -- [ ] Use gcc extension to define functions nested inside main. -- [ ] Use OpenMP for acceleration -- [ ] Chain various mixture functions +- ~~[ ] Add a custom preprocessor to allow simple nested functions that don't rely on local scope?~~ +- [x] Use gcc extension to define functions nested inside main. +- [x] Chain various mixture functions - [ ] Have some more complicated & realistic example - [ ] Add summarization functions, like mean, std, 90% ci (or all c.i.?) - [ ] Add beta distribution -- [ ] Add a custom preprocessor to allow simple nested functions that don't rely on local scope? +- [ ] Use OpenMP for acceleration +- [ ] Add function to get sample when given a cdf