Posts by Robson Miranda De Souza • 11 points
1 post
-
1
votes7
answers8546
viewsA: How to implement a linear regression algorithm?
It follows an algorithm I made to calculate the MMQ based on a video lesson I watched on Youtube: #include<stdio.h> #include<stdlib.h> #include<math.h> void main(){ float x[] =…