Learn R Programming

algebraic.dist (version 0.9.1)

params.gamma_dist: 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 gamma_dist
params(x)

Value

A named numeric vector of parameters

Arguments

x

The gamma_dist object

Examples

Run this code
params(gamma_dist(2, 1))

Run the code above in your browser using DataLab