summaryrefslogtreecommitdiff
path: root/lin_reg.awk (follow)
Commit message (Collapse)AuthorAge
* added (prev_data ~ number) check to diff;wukong2019-10-22
| | | | | added ($x ~ number) check to lin_reg; added gaussian expressions gaussian;
* optimized covariance script;wukong2019-04-13
| | | | | | added 'nan' output to diff; added ':' output delimiter to lin_reg and quad_reg; fixed broken r^2 calc in quad_reg;
* added totals to mean and mean_avgwukong2019-01-10
|
* updated lin_reg with additional particular solutions which now include, x andwukong2019-01-06
| | | | | y intercepts, y(mean(x)), weighted y(weighted_mean(x)), distance of weighted mean solution from the mean
* added particular solutions to lin_reg, [mean_x, y(mean_x)] andwukong2019-01-06
| | | | [weighted_mean(x), y(weighted_mean(x))]
* added weighted mean estimate, avg x per y, to lin_reg outputwukong2019-01-06
|
* added optional precision argv to other scripts;wukong2018-11-12
|
* added gaussian.awk based on hamming script;wukong2018-11-04
| | | | | added pwr(x,p) function to sterling_approx; minor clean up all around;
* restructured conditional prints in diff, added parabolic focus solution to ↵wukong2018-10-14
| | | | quad_reg output
* removed hardcoded OMFT assignmentswukong2018-06-18
|
* adjusted print statements to use OFMT, OFS, and ORS;wukong2018-06-18
|
* added covariance matrix calculationwukong2018-06-17
|
* bumped up number of printed digitswukong2018-06-16
|
* added improvements from diff to diff1; increased number of digits printed in ↵wukong2018-06-16
| | | | diff, diff1, lin_reg, lin_reg1, and lin_reg2;
* fixed row 1 header issue in diff.awk; other small adjustments in hamming and ↵wukong2018-06-15
| | | | lin_reg
* added shebang, replaced if-elses with shortcut notation, ported online mean ↵wukong2018-06-13
| | | | and variance calc to mean.awk
* Small merges for code consistency.wukong2018-06-06
|
* re-initwukong2018-06-05