onorm: onorm

Description Usage Arguments Value References Examples

View source: R/utilities.R

Description

onorm

Usage

1
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

1
2
a <- matrix(c(1,2,3,4),2,2)
result <- onorm(a)

nsdr documentation built on June 3, 2021, 9:06 a.m.

Related to onorm in nsdr...