Learn R Programming

sigr (version 1.1.5)

fit_beta_shapes: Fit beta parameters from data.

Description

Fit shape1, shape2 using the method of moments.

Usage

fit_beta_shapes(x)

Value

beta shape1, shape2 parameters in a named list

Arguments

x

numeric predictions

Examples

Run this code

x <- rbeta(1000, shape1 = 3, shape2 = 5.5)
fit_beta_shapes(x) # should often be near [3, 5.5]

Run the code above in your browser using DataLab