std: Standardize a vector

Description Usage Arguments Details Value

Description

Subtracts the mean and divides by the standard deviation.

Usage

1
std(x)

Arguments

x

A numeric vector to standardize.

Details

Does exactly what the description says and nothing else. Will also work on complex-valued vectors.

Value

A standardized vector.


driegert/transfer documentation built on May 15, 2019, 2:11 p.m.