powered by
Makes a Cauchy distribution.
dst_cauchy(location, scale)
A Cauchy distribution.
Location parameter; single numeric.
Scale parameter; single positive numeric.
d <- dst_cauchy(0, 1) # Moments do not exist for the Cauchy distribution. mean(d) variance(d)
Run the code above in your browser using DataLab