params.beta_dist: Retrieve the parameters of a 'beta_dist' object.

View source: R/beta_dist.R

params.beta_distR Documentation

Retrieve the parameters of a beta_dist object.

Description

Retrieve the parameters of a beta_dist object.

Usage

## S3 method for class 'beta_dist'
params(x)

Arguments

x

A beta_dist object.

Value

A named numeric vector with elements shape1 and shape2.

Examples

params(beta_dist(2, 5))

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.