Learn R Programming

bda (version 10.1.9)

ewd: The Exponentiated Weibull Distribution

Description

Density, distribution function, quantile function for the exponentiated Weibull distribution.

Usage

dewd(x, alpha, shape, scale)
 pewd(q, alpha, shape, scale)
 qewd(p, alpha, shape, scale)

Arguments

x, q

vector of quantiles.

p

vector of probabilities.

alpha, shape, scale

parameters.

Examples

Run this code
# NOT RUN {
  dewd(2, 1, 2, 1)

# }

Run the code above in your browser using DataLab