inv_gaussian_transform: Transforms new data to a standardized normal distribution

View source: R/transformation.R

inv_gaussian_transformR 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


shapr documentation built on May 4, 2023, 5:10 p.m.