Skip to contents

Copula transformation from a standard Normal distribution to an Exponential distribution

Usage

exp_t(x, r)

Arguments

x

values from a standard Normal distribution, vector.

r

rate of the exponential distribution, scalar.

Value

values from an Exponential distribution with rate r, vector same length as x.

See also

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