squiggle.c

Self-contained Monte Carlo estimation in C99
Log | Files | Refs | README

notes.md (424B)


      1 options:
      2 - use gnuplot
      3   - requires aggregation
      4     - do aggregation in its own gnuplot language
      5     - use something like awk
      6     - use some other language, like python or R, specifically to do the aggregation
      7     - do the aggregation in C
      8 - use ggplot
      9   - requires setting up bins correctly
     10   - also can't pipe to an r script directly, sadly enough.
     11 - use python for plotting?
     12 - just present the confidence intervals in C?