Rdocumentation
powered by
Learn R Programming
MultiCNVDetect (version 0.1-1)
norm_2: Compute the 2-Norm of a vector
Description
Calculate the norm of a vector x,the norm can only be the "2"-norm.
Usage
norm_2(x)
Arguments
x
x is a vector.