betaDist: The Beta distribution

Description Usage Arguments Value Author(s)

View source: R/betaDist.R

Description

The beta distribution is a continuous propability distribution defined in the interval [0,1].

Usage

1
betaDist(x, alpha, beta)

Arguments

x

Double - A value within the intervall [0,1].

alpha

Double - A value greater than zero.

beta

Double - A value greater than zero.

Value

Double - The corresponding probability.

Author(s)

J.C. Lemm, P.v.W. Crommelin


PhilippVWC/myBayes documentation built on Oct. 2, 2020, 8:25 a.m.