Learn R Programming

mistr (version 0.0.2)

cauchydist: Creates an Object Representing Cauchy Distribution.

Description

The function creates an object which represents the Cauchy distribution.

Usage

cauchydist(location = 0, scale = 1)

Arguments

location

location parameter, default: 0.

scale

scale parameter, default: 1.

Value

Object of class cauchydist.

Details

See Cauchy.

See Also

Cauchy

Examples

Run this code
# NOT RUN {
C <- cauchydist(0, 1)
d(C, c(2, 3, 4, NA))
r(C, 5)
# }

Run the code above in your browser using DataLab