pweibull_LT: Left-truncated Weibull distribution

Description Usage Arguments Value Examples

View source: R/pweibull_LT.R

Description

Cumulative probability, quantiles, density function of left-truncated Weibull distribution.

Usage

1
2
3
4
5
pweibull_LT(q,shape,scale,u)

qweibull_LT(p,shape,scale,u)

dweibull_LT(x,shape,scale,u)

Arguments

q

vectors of quantiles.

shape

Shape parameter.

scale

Scale parameter.

u

The left truncated point.

p

vectors of probabilities.

x

vectors of values at which to evaluate density.

Value

Probability (pweibull_LT), quantile (qweibull_LT), density (dweibull_LT) for the left-truncated Weibull distribution.

Examples

1
2
3
pweibull_LT(q=10,shape=1,scale=4,u=5)
qweibull_LT(p=0.6,shape=1,scale=4,u=5)
dweibull_LT(x=6,shape=1,scale=4,u=5)

ckatom/ltmps documentation built on Jan. 8, 2022, 1:38 p.m.