Retrieve the dimension of a gamma_dist object.

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

Arguments

x

The gamma_dist object

Value

1 (univariate)

Examples

dim(gamma_dist(2, 1))
#> [1] 1