Learn R Programming

shapr (version 0.1.3)

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)

Arguments

zx

Numeric vector. The first n_z items are the Gaussian data, and the last part is the data with the original transformation.

n_z

Positive integer. Number of elements of zx that belongs to new data.

Value

Numeric vector of length n_z