R.DBETA

R.DBETA probability density function of the beta distribution

Synopsis

R.DBETA(x,a,b,give_log)

Arguments

x: observation

a: the first shape parameter of the distribution

b: the second scale parameter of the distribution

give_log: if true, log of the result will be returned instead

Description

This function returns the probability density function of the beta distribution.

See also

R.PBETA, R.QBETA.