Simulation of random values from a spherical Fisher-Bingham distribution.
Usage
rfb(n = 100, mu = c(1, 0, 0), k = 5, A)
Source
Adapted from Directional::rfb()
Examples
if (FALSE) { # \dontrun{
x <- rfb(100, mu = Line(120, 50), k = 5, A = diag(c(-1, 0, 1)))
stereoplot()
stereo_point(x)
} # }