Skip to contents

Fit a beta distribution to data using method of moments

Usage

beta_fit(samples, na.rm = FALSE)

Arguments

samples

a set of probabilities

na.rm

should we ignore NA values

Value

a beta_dist S3 object fitted to the data.

Examples

beta_fit(stats::rbeta(10000,40,60))
#> 40.0% [30.7%—49.8%] (N=98.8) 
beta_fit(stats::rbeta(10000,1,99))
#> 0.7% [0.0%—3.7%] (N=98.3)