| Commit message (Collapse) | Author |
|
matrix, ludcmp.awk. This is providing correct answers on _some_ test data,
further testing debugging required here.
|
|
added ($x ~ number) check to lin_reg;
added gaussian expressions gaussian;
|
|
added 'nan' output to diff;
added ':' output delimiter to lin_reg and quad_reg;
fixed broken r^2 calc in quad_reg;
|
|
|
|
y intercepts, y(mean(x)), weighted y(weighted_mean(x)), distance of weighted
mean solution from the mean
|
|
[weighted_mean(x), y(weighted_mean(x))]
|
|
|
|
|
|
added pwr(x,p) function to sterling_approx;
minor clean up all around;
|
|
quad_reg output
|
|
|
|
|
|
|
|
|
|
diff, diff1, lin_reg, lin_reg1, and lin_reg2;
|
|
lin_reg
|
|
and variance calc to mean.awk
|
|
|