dst_cauchy | R Documentation |
Makes a Cauchy distribution.
dst_cauchy(location, scale)
location |
Location parameter; single numeric. |
scale |
Scale parameter; single positive numeric. |
A Cauchy distribution.
d <- dst_cauchy(0, 1)
# Moments do not exist for the Cauchy distribution.
mean(d)
variance(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.