fit_beta_shapes: Fit beta parameters from data.

View source: R/ROC.R

fit_beta_shapesR Documentation

Fit beta parameters from data.

Description

Fit shape1, shape2 using the method of moments.

Usage

fit_beta_shapes(x)

Arguments

x

numeric predictions

Value

beta shape1, shape2 parameters in a named list

Examples


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


WinVector/sigr documentation built on Aug. 29, 2023, 3:57 a.m.