circmax {circmax} | R Documentation |
Estimate the parameters of the von Mises distribution by maximum likelihood estimation.
circmax(y, x, z = x, start = NULL, ...)
y |
Response vector. |
x |
Design matrix for location. |
z |
Design matrix for scale (density parameter kappa). |
start |
Starting values. |
... |
Additional parameters for optim. |