forked from personal/squiggle.c
759 B
759 B
- Add example for only one sample
- Add example for many samples
[ ] Add a custom preprocessor to allow simple nested functions that don't rely on local scope?- Use gcc extension to define functions nested inside main.
- 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
- Use OpenMP for acceleration
- Add function to get sample when given a cdf
- Don't have a single header file.
- Structure project a bit better
- Add README
- Publish