beta_normal_approximation: Plotting the normal approximation of the Beta distribution

View source: R/beta_normal_approximation.R

beta_normal_approximationR Documentation

Plotting the normal approximation of the Beta distribution

Description

Plots a Beta distribution together with the corresponding normal approximation.

Usage

beta_normal_approximation(n, s, alpha = 1, beta = 1)

Arguments

n

Number of trials in the Beta

s

Number of successen in the Beta

alpha

Prior hyperparameter alpha

beta

Prior hyperparameter beta


ooelrich/bayesLearnSU documentation built on March 24, 2022, 8:06 a.m.