Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

matrixfisher.mle

MLE of the Matrix Fisher distribution on SO(3)


Description

It returns the maximum likelihood estimate of the Matrix Fisher parameter F(3x3).

Usage

matrixfisher.mle(X)

Arguments

X

An array containing rotation matrices in SO(3).

Value

The components of svd( \bar(X) ) .

Author(s)

Anamul Sajib & Chris Fallaize.

R implementation and documentation: Anamul Sajib <sajibstat@du.ac.bd> & Chris Fallaize.

References

Prentice M. J. (1986). Orientation statistics without parametric assumptions.Journal of the Royal Statistical Society. Series B: Methodological 48(2).

See Also

Examples

F <- 10^(-1) * matrix( c(85, 11, 41, 78, 39, 60, 43, 64, 48), ncol = 3 )   ### An arbitrary F matrix
X <- rmatrixfisher(5000, F)
matrixfisher.mle(X)
svd(F)

Directional

A Collection of R Functions for Directional Data Analysis

v4.9
GPL-2
Authors
Michail Tsagris, Giorgos Athineou, Anamul Sajib, Eli Amson, Micah J. Waldstein
Initial release
2021-03-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.