M1 {CircMLE} | R Documentation |
Run Maximum likelihood estimation for model M1.
M1(data)
data |
A vector of class 'circular' |
A list with the elements:
$lik: The negative log likelihood of data for model M1
testdata = circular::rvonmises(100, mu = circular::circular(pi), kappa = 3)
M1(testdata)