summaryrefslogtreecommitdiff
path: root/quad_reg.awk (follow)
Commit message (Collapse)AuthorAge
* restructured conditional prints in diff, added parabolic focus solution to ↵wukong2018-10-14
| | | | quad_reg output
* fixed header output error in diff, added print statement for a few key ↵wukong2018-10-01
| | | | coords to solutions of the quadratic regression;
* added fib.awk, a solution to fib eqn (example in Hamming text);wukong2018-09-30
| | | | | removed pi.sh (redundant); added corrections to quad_reg
* added summations to quad_regwukong2018-09-09
| | | | | | added in-progress lpf.awk (low pass filter), an adaptation of convolution script (conv.awk) to use delmitied columns as input additional tweaking of OFMT, OFS, and conditional print statements
* moved example data into data folder; added initial version of quad_reg.awk;wukong2018-06-20