dgUnit: dgUnit

Description Usage Arguments Value Examples

View source: R/dgUnit.R

Description

Unit Gamma distribution.

Usage

1
dgUnit(y, mu, phi)

Arguments

y

numeric. Variable of interest.

mu

numeric. Unit Gamma's first parameter.

phi

numeric. Unit Gamma's second parameter.

Value

Density values.

Examples

1
2
3
4
5
{

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

}

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