Learn R Programming

CircMLE (version 0.3.0)

M1: 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

Run this code
# NOT RUN {
testdata = circular::rvonmises(100, mu = circular::circular(pi), kappa = 3)
M1(testdata)
# }

Run the code above in your browser using DataLab