gaussian_transform_separate: Transforms new data to standardized normal (dimension 1)...

View source: R/transformation.R

gaussian_transform_separateR Documentation

Transforms new data to standardized normal (dimension 1) based on other data transformations

Description

Transforms new data to standardized normal (dimension 1) based on other data transformations

Usage

gaussian_transform_separate(yx, n_y)

Arguments

yx

Numeric vector. The first n_y items is the data that is transformed, and last part is the data with the original transformation.

n_y

Positive integer. Number of elements of yx that belongs to the gaussian data.

Value

Vector of back-transformed Gaussian data

Author(s)

Martin Jullum


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