f.Weibull: Conditional density function for Weibull random variable X...

Description Usage Arguments Value

View source: R/survival_funcs.R

Description

X ~ Weibull(shape=p, rate=λ \cdot k^{p})

Usage

1
f.Weibull(x, k, parameters)

Arguments

x

A vector

k

The scalar that influences the scale parameter for the Weibull. Consider a Weibull with rate parameter p and λ. If the distribution is re-parameterized such that the rate parameter is λ \cdot k^{p}, then k proportionally scales the hazard function for the distribution.

parameters

A list of the two parameters of the Weibull distribution p and lambda before the re-parameterization described for k.

Value

The density function evaluated at x


mbannick/survDeconvolution documentation built on Sept. 30, 2020, 9:22 a.m.