dKum: dKum

Description Usage Arguments Value Examples

View source: R/dKum.R

Description

Kumaraswamy distribution.

Usage

1
dKum(y, mu, phi, a = 0, b = 1)

Arguments

y

numeric. Variable of interest.

mu

numeric. Kumaraswamy's first parameter.

phi

numeric. Kumaraswamy's second parameter.

a

numeric.

b

numeric.

Value

Density values.

Examples

1
2
3
4
5
{

  curve(dKum(y = x, mu = 0.5, phi = 0.5))

}

brunaw/unitTools documentation built on May 5, 2019, 12:29 a.m.