def compute_fisher_geodesic(mu1, sigma1, mu2, sigma2, steps=100): Computes the geodesic in the 1D Normal distribution manifold. The Fisher metric: ds^2 = (dmu^2 + 2 * dsigma^2) / sigma^2 Isomorphism ...