ppareto_LT: Left-truncated Pareto distribution

Description Usage Arguments Value Examples

View source: R/ppareto_LT.R

Description

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

Usage

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

qpareto_LT(p,shape,scale,u)

dpareto_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 (ppareto_LT), quantile (qpareto_LT), density (dpareto_LT) for the left-truncated Pareto distribution.

Examples

1
2
3
ppareto_LT(q=8,shape=1,scale=4,u=5)
qpareto_LT(p=0.6,shape=1,scale=4,u=5)
dpareto_LT(x=8,shape=1,scale=4,u=5)

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