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