mle.wrappednormal(x, mu, rho, sd, K, tol = 1e-05, min.sd = 0.001, min.k = 10,
max.iter = 100, verbose = FALSE)
## S3 method for class 'mle.wrappednormal':
print(x,
digits = max(3, getOption("digits") - 3), ...)
circular
.TRUE
information on the convergence
process are printed.mean.circular
x <- rwrappednormal(n=50, mu=0, rho=0.5)
mle.wrappednormal(x) # estimation of mu and rho (and sd)
mle.wrappednormal(x, mu=0) # estimation of rho (and sd) only
Run the code above in your browser using DataLab