gaussian_transform function

Transforms a sample to standardized normal distribution

Transforms a sample to standardized normal distribution

gaussian_transform(x)

Arguments

  • x: Numeric vector.The data which should be transformed to a standard normal distribution.

Returns

Numeric vector of length length(x)

Author(s)

Martin Jullum