Vnorm {PEIP} | R Documentation |
Vector 2-Norm
Description
Vector 2-Norm.
Usage
Vnorm(X)
Arguments
X |
numeric vector |
Value
Numeric scale norm
Note
This function is intended to duplicated the matlab function norm.
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
Examples
V = Vnorm(rnorm(10))
[Package PEIP version 2.2-5 Index]