Handbook
Glossary
inv-gamma-random* ( shape scale rnd -- n )
Vocabulary
random
Inputs
shape
an
object
scale
an
object
rnd
an
object
Outputs
n
an
object
Definition
USING:
math
;
IN:
random
::
inv-gamma-random*
( shape scale rnd -- n )
shape scale
recip
rnd
gamma-random*
recip
;