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