def h(self,xk,uk): #--------------- y = xk[0] y += random.gauss(0.0,self.noisestd) return y #=======================