qcond_weibull: Conditional quantile function for weibull distribution

View source: R/calculator_f.R

qcond_weibullR Documentation

Conditional quantile function for weibull distribution

Description

Conditional quantile function for weibull distribution

Usage

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

Arguments

rnd

Vector of quantiles

shape

The shape parameter as in R stats package weibull

scale

The scale parameter as in R stats package weibull

lower_bound

The lower bound to be used (current time)

Value

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

Examples

qcond_weibull(rnd = 0.5,shape = 3,scale = 66.66,lower_bound = 50)

WARDEN documentation built on April 11, 2025, 5:41 p.m.