- I used the boost numerical library in my CSVReader class to split the string wherever the delimiter (which is a comma in this case) is present.
- Also I used boost to calculate the probability density of the poisson distribution.
- I used ofxDatGui to create the dropdown menus and buttons in the window display.
- I also used ofTrueTypeFont to print the result on the window display.