Learn R Programming

TeachBayes (version 0.1.0)

beta_quantile: Displays a Quantile of a Beta Curve

Description

Displays a Quantile of a Beta Curve

Usage

beta_quantile(prob, shape_par)

Arguments

prob
probability value of interest
shape_par
vector of shape parameters of the beta curve

Value

Displays the quantile of a beta curve corresponding to probability prob

Examples

Run this code
  prob <- 0.7
  parameters <- c(2, 5)
  beta_quantile(prob, parameters)

Run the code above in your browser using DataLab