dBR: dBR

Description Usage Arguments Value Examples

View source: R/dBR.R

Description

Retangular Beta distribution.

Usage

1
dBR(y, gamma, phi, alpha)

Arguments

y

numeric. Variable of interest.

gamma

numeric. RB's first parameter.

phi

numeric. RB's second parameter.

alpha

numeric. RB's third parameter.

Value

Density values.

Examples

1
2
3
4
5
{

  curve(dBR(y = x, gamma = 0.5, phi = 0.5, alpha = 0.5))

}

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