function F = fun_norm( x,xdata ) F = (exp(-0.5 * ((xdata - x(1,1))./x(1,2)).^2) ./ (sqrt(2*pi) .* x(1,2))).*x(1,3); end