Learn R Programming

distionary (version 0.1.0)

dst_beta: Beta Distribution

Description

Makes a Beta distribution.

Usage

dst_beta(shape1, shape2)

Value

A Beta distribution.

Arguments

shape1, shape2

Shape parameters of the distribution; single positive numerics.

Examples

Run this code
dst_beta(2, 3)

Run the code above in your browser using DataLab