powered by
cauchy.test(x, N = 10^3)
"htest"
The test statistic is the ratio of the maximum likelihood estimator of the scale parameter and the mean absolute deviation.
x <- rnorm(20) # simulating a data set from a normal distribution cauchy.test(x) # testing the Cauchy distribution hypothesis
Run the code above in your browser using DataLab