cauchydist {mistr} | R Documentation |
The function creates an object which represents the Cauchy distribution.
cauchydist(location = 0, scale = 1)
location |
location parameter, default: 0. |
scale |
scale parameter, default: 1. |
See Cauchy
.
Object of class cauchydist.
C <- cauchydist(0, 1)
d(C, c(2, 3, 4, NA))
r(C, 5)