ptweibull: Cumulative Distribution Function for Truncated Weibull

Description Usage Arguments Value Examples

View source: R/ptweibull.R

Description

Cumulative Distribution Function for Truncated Weibull

Usage

1
2
3
4
5
6
7
8
9
ptweibull(
  q,
  shape,
  scale = 1,
  a = 0,
  b = Inf,
  lower.tail = TRUE,
  log.p = FALSE
)

Arguments

q

Numeric, value at which to evaluate CDF

shape

Numeric, Weibull shape parameter

scale

Numeric, Weibull scale parameter

a

Numeric, lower truncation point

b

Numeric, upper truncation point

lower.tail

Logical, whether to compute lower or upper tail probabilities

log.p

Logical, whether to return log probabilities

Value

Numeric value(s)

Examples

1
ptweibull(2, shape=1.5, a=1)

colinorourke/tweibull documentation built on Dec. 19, 2021, 5:22 p.m.