my.pcauchy: A function to compute the CDF of the Cauchy distribution

Description Usage Arguments Details Value Examples

Description

Write a function to compute the cdf of the Cauchy distribution, which has the specific density.

Usage

1
my.pcauchy(x, eta, theta)

Arguments

x

a value that you need to specified

eta

the known parameter with the specific value

theta

the known positive parameter in the density

Details

the third function

Value

estimateF= my.pcauchy(x, eta, theta)

Examples

1
2
3
4
5
## Not run: 
estimateF = my.pcauchy(4, 0, 2)
estimateF

## End(Not run)

cssUSTC/StatComp18017 documentation built on May 5, 2019, 11:06 p.m.