dtbeta: Truncated beta distribution

Description Usage Arguments Functions

View source: R/truncated_distributions.R

Description

Density, distribution function, quantile function and random generation for the truncated Beta distribution with parameters shape1 and shape2 (and optional truncation bounds)

Usage

1
2
3
4
5
6
7
dtbeta(x, shape1, shape2, lower = 0, upper = 1)

ptbeta(x, shape1, shape2, lower = 0, upper = 1)

qtbeta(p, shape1, shape2, lower = 0, upper = 1)

rtbeta(n, shape1, shape2, lower = 0, upper = 1)

Arguments

x

vector of quantiles

shape1, shape2

non-negative parameters of Beta distributions

lower, upper

bounds for truncation

p

vector of probabilities

n

number of observations

Functions


sa-lee/moimix documentation built on April 23, 2020, 10:32 a.m.