dtweibull: Mass function of truncated Weibull distribution

Description Usage Arguments Value Examples

View source: R/dtweibull.R

Description

Mass function of truncated Weibull distribution

Usage

1
dtweibull(x, shape, scale = 1, a = 0, b = Inf, log = FALSE)

Arguments

x

Numeric, value at which to evaluate mass function

shape

Numeric, Weibull shape parameter

scale

Numeric, Weibull scale parameter

a

Numeric, lower truncation point

b

Numeric, upper truncation point

log

Logical, whether to return log mass function value

Value

Numeric value

Examples

1
dtweibull(3, 0.5, 1.5, 2)

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