Skip to contents

Copula transformation from an Uniform to a standard Normal distribution

Usage

inv_unif_t(x, a, b)

Arguments

x

values from an Uniform distribution, vector.

a

minimum of the Uniform distribution, scalar.

b

maximum of the Uniform 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_loggaus_t(), loggaus_t(), unif_t()