Skip to contents

Copula transformation from a standard Normal distribution to a Gamma distribution

Usage

gamma_t(x, a, b)

Arguments

x

values from a standard Normal distribution, vector.

a

shape parameter of the gamma distribution scalar.

b

rate parameter of the gamma distribution scalar.

Value

values from a Gamma distribution with shape a and rate b, vector same length as x.

See also