beta.cauchy {EbayesThresh} | R Documentation |
Function beta for the quasi-Cauchy prior
Description
Given a value or vector of values, find the value(s) of the
function
,
where
is the convolution of the quasi-Cauchy with the normal
density
.
Usage
beta.cauchy(x)
Arguments
x |
a real value or vector |
Value
A vector the same length as , containing the value(s)
.
Author(s)
Bernard Silverman
References
See ebayesthresh
and
http://www.bernardsilverman.com
See Also
Examples
beta.cauchy(c(-2,1,0,-4,8,50))
[Package EbayesThresh version 1.4-12 Index]