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

Other copula-transformations: exp_t(), inv_exp_t(), inv_gamma_t(), inv_loggaus_t(), inv_unif_t(), loggaus_t(), unif_t()