params.gamma_dist: Method for obtaining the parameters of a 'gamma_dist' object.

View source: R/gamma_dist.R

params.gamma_distR Documentation

Method for obtaining the parameters of a gamma_dist object.

Description

Method for obtaining the parameters of a gamma_dist object.

Usage

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

Arguments

x

The gamma_dist object

Value

A named numeric vector of parameters

Examples

params(gamma_dist(2, 1))

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