cauchydist: Creates an Object Representing Cauchy Distribution.

View source: R/creators.R

cauchydistR Documentation

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.

Details

See Cauchy.

Value

Object of class cauchydist.

See Also

Cauchy

Examples

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

mistr documentation built on March 7, 2023, 7:42 p.m.