Dimension of a beta distribution (always 1).

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

Arguments

x

A beta_dist object.

Value

1.

Examples

dim(beta_dist(2, 5))
#> [1] 1