Learn R Programming

bda (version 10.1.9)

gwd: The Exponentiated Weibull Distribution

Description

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

Usage

dgwd(x, alpha, sigma, lambda)
 pgwd(q, alpha, sigma, lambda)
 qgwd(p, alpha, sigma, lambda)
 rgwd(n, alpha, sigma, lambda)

Arguments

x, q

vector of quantiles.

p

vector of probabilities.

n

sample size

alpha, sigma, lambda

parameters.

Examples

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

# }

Run the code above in your browser using DataLab