inv_gaussian_transform {shapr}R Documentation

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

Author(s)

Martin Jullum


[Package shapr version 0.2.2 Index]