Learn R Programming

rrda (version 0.2.3)

unscale_nested_matrices_map: 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)

Value

A nested list of unscaled matrices.

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).