- [MAJOR]: fixed bug where 'killset' was eliminating the wrong terms due to an indexing error caused by 'killset' not always being ordered low to high, so 'mtx' now aligns with MATLAB for larger datasets with more than one eliminated term
- created 'inputs_to_phind' function to eliminate duplicated code (function is called 3 times), using phind method that was in bss_derivatives (aligns with MATLAB results)
- added 'main()' guard to Sigmoid and GP integrate examples
- minor changes like indentations on long lines of code / comments / documentation