Cau: compute the cdf of the Cauchy distribution

Description Usage Arguments Value Examples

Description

Use a function to compute the cdf of the Cauchy distribution, theta and eta are scale and location parameter respectively

Usage

1
Cau(theta, eta, y)

Arguments

theta

scale parameter

eta

location parameter

y

vector of quantiles.

Value

a random sample of size n

Examples

1
2
3
4
5
6
7
## Not run: 
theta = 3
eta = 2
y <- seq(-10, 10, length(10))
Cau(theta, eta, y)

## End(Not run)

zhaoynan/StatComp18038 documentation built on May 29, 2019, 8:33 a.m.