Learn R Programming

distributional (version 0.1.0)

dist_cauchy: The Cauchy distribution

Description

maturing

Usage

dist_cauchy(location, scale)

Arguments

location

location and scale parameters.

scale

location and scale parameters.

See Also

stats::Cauchy

Examples

Run this code
# NOT RUN {
dist_cauchy(location = c(0, 0, 0, -2), scale = c(0.5, 1, 2, 1))

# }

Run the code above in your browser using DataLab