dbeta2: Beta density function parameterized by mean and precision...

Description Usage Arguments Value Examples

View source: R/beta.R

Description

Beta density function parameterized by mean and precision parameter

Usage

1
dbeta2(x, mu, phi)

Arguments

x

Random variable

mu

Mean of the distribnution

tau

Precision parameter of the distribution

Value

The probability density of x

Examples

1
curve(dbeta2(x, 0.5, 5), 0, 1)

AleMorales/distros documentation built on March 20, 2020, 9:44 p.m.