Skip to contents

Copula transformation from a standard Normal distribution to a Log-Normal distribution

Usage

loggaus_t(x, m, s)

Arguments

x

values from a standard Normal distribution, vector.

m

mean of the logarithm of the Log-Normal distribution, scalar.

s

standard deviation of the logarithm of the Log-Normal distribution, scalar.

Value

Values from a Log-Normal distribution with logarithmic mean m and standard deviation s, vector same length as x.

See also

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