unbiased_scale: Scale a matrix using unbiased estimators for the mean and...

View source: R/cv.R

unbiased_scaleR Documentation

Scale a matrix using unbiased estimators for the mean and standard deviation.

Description

Scale a matrix using unbiased estimators for the mean and standard deviation.

Usage

unbiased_scale(x)

Arguments

x

A numeric matrix to be scaled.

Value

A scaled numeric matrix.


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

Related to unbiased_scale in rrda...