50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

logcondens (version 2.1.8)

qloglin: Quantile Function In a Simple Log-Linear model

Description

Suppose the random variable X has density function

gθ(x)=θexp(θx)exp(θ)1

for an arbitrary real number θ and x[0,1]. The function qloglin is simply the quantile function

Gθ1(u)=θ1log(1+(eθ1)u)

in this model, for u[0,1]. This quantile function is used for the computation of quantiles of F^m in quantilesLogConDens.

Usage

qloglin(u, t)

Value

z

Vector containing the quantiles Gn1(ui) for i=1,,d.

Arguments

u

Vector in [0,1]d where quantiles are to be computed at.

t

Parameter θ.