unbiased_scale {rrda}R 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.


[Package rrda version 0.1.1 Index]