Skip to contents

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

Usage

inv_loggaus_t(x, m, s)

Arguments

x

values from a Log-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 standard Normal distribution, vector same length as x

See also

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