beta_lpdf: Log probability density function for the beta distribution

Description Usage Details

View source: R/distributions.R

Description

Log probability density function for the beta distribution

Usage

1
beta_lpdf(x, shape1, shape2)

Details

Equivalent to sum(dbeta(x,shape1,shape2,log=TRUE)). For more information see dbeta.


jeff324/derp documentation built on Dec. 5, 2019, 11:46 p.m.