Actualiser EXO4/scripts/q2.sce
This commit is contained in:
		@@ -5,3 +5,5 @@ plot2d(X,Y,-1);
 | 
				
			|||||||
y_reg = a*X+b;
 | 
					y_reg = a*X+b;
 | 
				
			||||||
plot2d(X,y_reg,5);
 | 
					plot2d(X,y_reg,5);
 | 
				
			||||||
corrcoef(X,Y)
 | 
					corrcoef(X,Y)
 | 
				
			||||||
 | 
					xlabel('Salaires');
 | 
				
			||||||
 | 
					ylabel('Expérience');
 | 
				
			||||||
		Reference in New Issue
	
	Block a user