R.DCAUCHY

R.DCAUCHY probability density function of the Cauchy distribution

Synopsis

R.DCAUCHY(x,location,scale,give_log)

Arguments

x: observation

location: the center of the distribution

scale: the scale parameter of the distribution

give_log: if true, log of the result will be returned instead

Description

This function returns the probability density function of the Cauchy distribution.

See also

R.PCAUCHY, R.QCAUCHY.