dapprox_unif {sdPrior} | R Documentation |
Compute Density Function of Approximated (Differentiably) Uniform Distribution.
Description
Compute Density Function of Approximated (Differentiably) Uniform Distribution.
Usage
dapprox_unif(x, scale, tildec = 13.86294)
Arguments
x |
denotes the argument of the density function. |
scale |
the scale parameter originally defining the upper bound of the uniform distribution. |
tildec |
denotes the ratio between scale parameter |
Details
The density of the uniform distribution for is approximated by
. This results in
for .
is chosen such that
.
Value
the density.
Author(s)
Nadja Klein
References
Nadja Klein and Thomas Kneib (2015). Scale-Dependent Priors for Variance Parameters in Structured Additive Distributional Regression. Working Paper.
See Also
[Package sdPrior version 1.0-0 Index]