function gaus, x, c z = (x-c[1])/c[2] g = c[0] * exp( -z^2 / 2. ) return, g end