Learn R Programming

algebraic.dist (version 0.9.1)

sup.beta_dist: Support of a beta distribution.

Description

The beta distribution is supported on the open interval \((0, 1)\).

Usage

# S3 method for beta_dist
sup(x)

Value

An interval object representing \((0, 1)\).

Arguments

x

A beta_dist object.

Examples

Run this code
sup(beta_dist(2, 5))

Run the code above in your browser using DataLab