inv_gaussian_transform: Transforms new data to a standardized normal distribution
Description
Transforms new data to a standardized normal distribution
Usage
inv_gaussian_transform(zx, n_z)
Value
Numeric vector of length n_z
Arguments
- zx
- Numeric vector. The first - n_zitems are the Gaussian data, and the last part is
the data with the original transformation.
 
- n_z
- Positive integer. Number of elements of - zxthat belongs to new data.