summaryrefslogtreecommitdiff
path: root/mean.awk (unfollow)
Commit message (Collapse)Author
2019-12-07code formatting changes to lin_reg scripts;wukong
added range to output of mean scripts;
2019-04-13optimized covariance script;wukong
added 'nan' output to diff; added ':' output delimiter to lin_reg and quad_reg; fixed broken r^2 calc in quad_reg;
2019-01-10added totals to mean and mean_avgwukong
2019-01-05added min and max to mean and mean_avg, fixed regex bugs in meanwukong
2018-12-25began merging windowing scripts;wukong
swapped std_dev and std_err in mean and mean_avg;
2018-09-09added summations to quad_regwukong
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
2018-06-18removed hardcoded OMFT assignmentswukong
2018-06-18adjusted print statements to use OFMT, OFS, and ORS;wukong
2018-06-17added covariance matrix calculationwukong
2018-06-16bumped up number of printed digitswukong
2018-06-13added shebang, replaced if-elses with shortcut notation, ported online mean ↵wukong
and variance calc to mean.awk