Learn R Programming

hedgehog (version 0.1)

gen.gamma: Generate a float with a gamma distribution

Description

Shrinks towards the median value.

Usage

gen.gamma(shape, rate = 1, scale = 1/rate)

Arguments

shape

same as shape in rgamma

rate

same as rate in rgamma

scale

same as scale in rgamma