dmbeta: Modified beta distribution

Description Usage Arguments Details Value Author(s)

View source: R/utils.R

Description

Modified beta probability density function

Usage

1
dmbeta(x, shape1, shape2, xmax, ncp = 0, log = FALSE)

Arguments

x

numeric value for which density is required

shape1

non-negative parameter of the Beta distribution

shape2

non-negative parameter of the Beta distribution

xmax

Maximum possible value of x

ncp

non-centrality parameter.

log

logical; if TRUE, probabilities p are given as log(p)

Details

This function returns the probability density of the random variable x/xmax where x/xmax is distributed according to a beta distribution.

Value

modified density

Author(s)

Sangeeta Bhatia


mrc-ide/hermione documentation built on Aug. 15, 2020, 9:16 a.m.