View source: R/lorad-standardize-estimation-sample.R
lorad_standardize_estimation_sample | R Documentation |
Transforms training sample using training sample means and standard deviations
lorad_standardize_estimation_sample(standardinfo, y)
standardinfo |
List containing the log Jacobian of the standardization transformation, the inverse square root matrix, the column means, and rmax (the radial distance representing the edge of the working parameter space) |
y |
Data frame containing a column for each transformed model parameter in the estimation sample, with last column being the log kernel values |
A new data frame consisting of the standardized estimation sample with log kernel in last column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.