Numerically stable sampling of the von Mises Fisher distribution (and other tricks)

The von Mises-Fisher distribution is a popular all-purpose distribution for statistical inference involving directional data. Applications in computer graphics involve fitting and approximate sampling of functions on the unit sphere.

Unfortunately, many basic operations involving this distribution are prone to severe numerical issues when implemented in finite precision computer arithmetic. There is a surprising lack on information on how these can be circumvented. I’ve written a short document with the purpose of serving as a collection of numerically-well behaved recipes for common operations.



Link: Numerically stable sampling of the von Mises Fisher distribution on S2 (and other tricks)

7 comments

  1. Direction Data huh? Would this have anything to do with the lighting system upgrade?

  2. Do you have a copy of this? The link seems to be dead.

  3. Hi there, I am also facing problems in downloading the document. The link: http://www.mitsuba-renderer.org/~wenzel/vmf.pdf is broken.

Leave your reply to Wenzel Jakob