View source: R/beta_normal_approximation.R
beta_normal_approximation | R Documentation |
Plots a Beta distribution together with the corresponding normal approximation.
beta_normal_approximation(n, s, alpha = 1, beta = 1)
n |
Number of trials in the Beta |
s |
Number of successen in the Beta |
alpha |
Prior hyperparameter alpha |
beta |
Prior hyperparameter beta |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.