mle.wrappedcauchy(x, mu, rho, tol = 1e-15, max.iter = 100)
## S3 method for class 'mle.wrappedcauchy':
print(x,
digits = max(3, getOption("digits") - 3), ...)
circular
.mean.circular
x <- rwrappednormal(n=50, mu=0, rho=0.5)
mle.wrappednormal(x) # estimation of mu and rho
mle.wrappednormal(x, mu=0) # estimation of rho only
Run the code above in your browser using DataLab