cauchydist {mistr}R 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)

[Package mistr version 0.0.6 Index]