A collection of stuff that I have written to make science easier.
- Matrix plot of correlation values colored by value
- Add jitter to data set
- Output RGB values to txt file for matplotlib color map (useful for MATLAB, etc.)
- School Colors data storage class
Jupyter (python, R) notebooks in this data set can be viewed using these links:
- Plotting two data sets in the same scatter matrix (python)
- PDFs and CDFs (python)
- fluid flow animation (python)
- pcolormesh demo (python)
- an incredibly simple multiprocessing demonstration (python)
- Velociraptors (python)
- Alluvial diagram generator (R)
- Importing data from a Google Sheet (python)
- Group by, Pivot table, apply (python)
- Discrete colorbar demo for pcolormesh and scatterplots (python)
- Rolling critical attacks in dungeons and dragons 3.5e
- Rudimentary change point detection
- Confidence Interval for Likert scale survey questions.
- median absolute deviation
- Performance timing in python (don't use this, %timeit exists)
- find index of maximum value in array (although I think there is a better numpy way to do this)
- Date Range
- Convert epoch time to human readable datetime