gammadist: Creates an Object Representing Gamma Distribution

View source: R/creators.R

gammadistR Documentation

Creates an Object Representing Gamma Distribution

Description

The function creates an object which represents the gamma distribution.

Usage

gammadist(shape = 2, rate, scale)

Arguments

shape

shape parameter, default: 2.

rate

rate parameter, an alternative way to specify the scale.

scale

scale parameter.

Details

See GammaDist.

Value

Object of class gammadist.

See Also

GammaDist

Examples

G <- gammadist(shape = 2, scale = 3)
d(G, c(2, 3, 4, NA))
r(G, 5)

mistr documentation built on March 7, 2023, 7:42 p.m.