Score Matching

(Tutorial) Basic Usage of the Manifold TSM R Package

von-Mises Fisher distribution We simulate \(n=1000\) samples from a von-Mises distribution with mean direction \((\pi/2, \pi)\) on the sphere, using the rvmf function from the Rfast package. # Simulated VMF n = 1000 centre = c(pi/2, pi) centre_euclid = sphere_to_euclid(centre) set.