Python:实现gaussian高斯算法 from numpy import exp, pi, sqrt def gaussian(x, mu: float = 0.0, sigma: float = 1.0