Learn R Programming

nsdr (version 0.1.1)

onorm: onorm

Description

onorm

Usage

onorm(a)

Arguments

a

input matrix

Value

result of the operator norm

References

Li, B. (2018). Sufficient dimension reduction: Methods and applications with R. CRC Press.

Examples

Run this code
# NOT RUN {
a <- matrix(c(1,2,3,4),2,2)
result <- onorm(a)
# }

Run the code above in your browser using DataLab