Skip to contents

Copula transformation from an Gamma to a standard Normal distribution

Usage

inv_gamma_t(x, a, b)

Arguments

x

values from a Gamma distribution, vector.

a

shape parameter of the Gamma distribution, scalar.

b

rate parameter of the Gamma distribution, scalar.

Value

values from a standard Normal distribution, vector same length as x

See also

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