unscale_nested_matrices_map {rrda} | R Documentation |
Apply unscaling to a nested list of matrices using specified mean and standard deviation values.
Description
Apply unscaling to a nested list of matrices using specified mean and standard deviation values.
Usage
unscale_nested_matrices_map(mat, means, std = NULL)
Arguments
mat |
A nested list of matrices. |
means |
A numeric vector of means for each matrix. |
std |
A numeric vector of standard deviations for each matrix (optional). |
Value
A nested list of unscaled matrices.
[Package rrda version 0.1.1 Index]