Learn R Programming

WARDEN (version 0.99.1)

qcond_llogis: Conditional quantile function for loglogistic distribution

Description

Conditional quantile function for loglogistic distribution

Usage

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

Value

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

Arguments

rnd

Vector of quantiles

shape

The shape parameter

scale

The scale parameter

lower_bound

The lower bound to be used (current time)

Examples

Run this code
qcond_llogis(rnd = 0.5,shape = 1,scale = 1,lower_bound = 1)

Run the code above in your browser using DataLab