unscale_matrices: Unscale a matrix based on provided mean and standard...

View source: R/predict.R

unscale_matricesR Documentation

Unscale a matrix based on provided mean and standard deviation values.

Description

Unscale a matrix based on provided mean and standard deviation values.

Usage

unscale_matrices(mat, means, std = NULL)

Arguments

mat

A numeric matrix to be unscaled.

means

A numeric vector of means for each column.

std

A numeric vector of standard deviations for each column (optional).

Value

An unscaled numeric matrix.


rrda documentation built on June 8, 2025, 12:09 p.m.

Related to unscale_matrices in rrda...