circmax {circmax}R Documentation

Estimate the parameters of the von Mises distribution by maximum likelihood estimation.

Description

Estimate the parameters of the von Mises distribution by maximum likelihood estimation.

Usage

circmax(y, x, z = x, start = NULL, ...)

Arguments

y

Response vector.

x

Design matrix for location.

z

Design matrix for scale (density parameter kappa).

start

Starting values.

...

Additional parameters for optim.


[Package circmax version 0.1 Index]