qcond_llogis: Conditional quantile function for loglogistic distribution

View source: R/RcppExports.R

qcond_llogisR Documentation

Conditional quantile function for loglogistic distribution

Description

Conditional quantile function for loglogistic distribution

Usage

qcond_llogis(rnd, shape, scale, lower_bound = as.numeric(c(0)))

Arguments

rnd

Vector of quantiles

shape

The shape parameter

scale

The scale parameter

lower_bound

The lower bound to be used (current time)

Value

Estimate(s) from the conditional loglogistic distribution based on given parameters

Examples

qcond_llogis(rnd = 0.5,shape = 1,scale = 1,lower_bound = 1)

WARDEN documentation built on Nov. 5, 2025, 7:45 p.m.