Learn R Programming

mistr (version 0.0.6)

cauchydist: Creates an Object Representing Cauchy Distribution.

Description

The function creates an object which represents the Cauchy distribution.

Usage

cauchydist(location = 0, scale = 1)

Value

Object of class cauchydist.

Arguments

location

location parameter, default: 0.

scale

scale parameter, default: 1.

Details

See Cauchy.

See Also

Examples

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

Run the code above in your browser using DataLab