gaussian_transform_separate {shapr} | R 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 |
Positive integer. Number of elements of |
Value
Vector of back-transformed Gaussian data
Author(s)
Martin Jullum
[Package shapr version 0.2.2 Index]