| M1 {CircMLE} | R Documentation | 
Model M1 MLE function
Description
Run Maximum likelihood estimation for model M1.
Usage
M1(data)
Arguments
| data | A vector of class 'circular' | 
Value
A list with the elements:
$lik: The negative log likelihood of data for model M1
Examples
testdata = circular::rvonmises(100, mu = circular::circular(pi), kappa = 3)
M1(testdata)
[Package CircMLE version 0.3.0 Index]