gen.gamma: Generate a float with a gamma distribution

View source: R/gen.R

gen.gammaR Documentation

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


hedgehog documentation built on Nov. 6, 2025, 1:11 a.m.