MLE parameters describing a von Mises-Fisher distribution for isotropic directional vectors. Based on Mardia and Jupp (2000, p. 198).
Usage
fisher_MLE(x)
# S3 method for class 'Vec3'
fisher_MLE(x)
# S3 method for class 'Ray'
fisher_MLE(x)
# S3 method for class 'Plane'
fisher_MLE(x)Value
A list with members
muHatthe mean ray, identical to
sph_mean()rBarnon-negative real number. Mean resultant length.
kappaHata positive real number. Concentration parameter \(\kappa\) of the Fisher distribution
See also
fisher_inference() for confidence regions, and rvmf() to
simulate a distribution. vmf_MLE() is an alternative MLE function.
Other distribution-MLE:
bingham-mle,
dist.mle,
watson-mle
