/linear-regression-in-c

linear regressions are algorithms that can predict new values.

Primary LanguageC

How to compile

gcc your_file.c linreg.h linreg.c average.h average.c standard_devaition.h standard_devaition.c -lm -o name_of_the_Product && ./name_of_the_Product