Skip to contents

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.