2023-06-26 17:44:41 +00:00
|
|
|
|
2023-07-15 21:22:44 +00:00
|
|
|
- [x] Add example for only one sample
|
|
|
|
- [x] Add example for many samples
|
2023-07-15 21:26:57 +00:00
|
|
|
- ~~[ ] 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
|
2023-06-26 17:44:41 +00:00
|
|
|
- [ ] Have some more complicated & realistic example
|
|
|
|
- [ ] Add summarization functions, like mean, std, 90% ci (or all c.i.?)
|
2023-07-16 15:59:53 +00:00
|
|
|
- [x] Add beta distribution
|
|
|
|
- See <https://stats.stackexchange.com/questions/502146/how-does-numpy-generate-samples-from-a-beta-distribution> for a faster method.
|
2023-07-15 21:26:57 +00:00
|
|
|
- [ ] Use OpenMP for acceleration
|
2023-07-16 15:59:53 +00:00
|
|
|
- [x] Add function to get sample when given a cdf
|
|
|
|
- [ ] Don't have a single header file.
|
|
|
|
- [ ] Structure project a bit better
|
|
|
|
- [ ] Add README
|
|
|
|
- [ ] Publish
|