zf: Vector normalization

View source: R/lassoc.R

zfR Documentation

Vector normalization

Description

Vector normalization

Usage

zf(x, m = mean(x, na.rm = T), sdev = sd(x, na.rm = T))

Arguments

x

numeric vector

m

target center of normalization, default to x's mean

sdev

target deviation of normalization, default to x's standard deviation

Value

normalized vector with same length as x


remnrem/luna documentation built on June 1, 2025, 2:14 p.m.