qloglin {logcondens} | R Documentation |
Quantile Function In a Simple Log-Linear model
Description
Suppose the random variable has density function
for an arbitrary real number and
. The function
qloglin
is simply the
quantile function
in this model, for . This quantile function is used for the computation of quantiles of
in
quantilesLogConDens
.
Usage
qloglin(u, t)
Arguments
u |
Vector in |
t |
Parameter |
Value
z |
Vector containing the quantiles |
Note
Taylor approximation is used if is small.
This function is not intended to be called by the end user.
Author(s)
Kaspar Rufibach, kaspar.rufibach@gmail.com,
http://www.kasparrufibach.ch
Lutz Duembgen, duembgen@stat.unibe.ch,
https://www.imsv.unibe.ch/about_us/staff/prof_dr_duembgen_lutz/index_eng.html
[Package logcondens version 2.1.8 Index]