powered by
The function creates an object which represents the Cauchy distribution.
cauchydist(location = 0, scale = 1)
location parameter, default: 0.
scale parameter, default: 1.
Object of class cauchydist.
See Cauchy.
Cauchy
# NOT RUN { C <- cauchydist(0, 1) d(C, c(2, 3, 4, NA)) r(C, 5) # }
Run the code above in your browser using DataLab