norm_vec {PPCI}R Documentation

Euclidean Norm of a Vector

Description

Computes the Euclidean (L2) norm of a vector

Usage

  norm_vec(v)

Arguments

v

a numeric vector

Value

the Euclidean norm of v.


[Package PPCI version 0.1.5 Index]