function d = nlfd(a,t,y)
% Lasketaan mallin ja datan (t,y) erotus
d = y - nlfun(a,t);
