gen.gamma {hedgehog} | R 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 |
[Package hedgehog version 0.1 Index]