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