Author: Not specified | Language: matlab |
Description: Not specified | Timestamp: 2017-06-19 17:21:28 +0000 |
View raw paste | Reply |
o=[2 2 6 7 15 11 5 2];
x=0;
for k=1:8
x=x+ ( o(k)-e(k))^2 / (e(k) );
end
x=0;
for k=1:8
x=x+ ( o(k)-e(k))^2 / (e(k) );
end
View raw paste | Reply |