Learn R Programming

bda (version 10.1.9)

Dagum: The Dagum Distribution

Description

Density, distribution function, quantile function for the Dagum distribution.

Usage

ddagum(x, shape1,scale,shape2)
 pdagum(q, shape1,scale,shape2)
 qdagum(p, shape1,scale,shape2)

Arguments

x, q

vector of quantiles.

p

vector of probabilities.

shape1,scale,shape2

parameters.

Examples

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

# }

Run the code above in your browser using DataLab