Ei: Ei

Description Usage Arguments Value Examples

View source: R/RKSIR.R

Description

Compute the eigensystem of RKSIR

Usage

1
Ei(Kx, J, s)

Arguments

Kx

kernel matrix, better be the result of KX

J

slice matrix, better be the result of Jy

s

regularization parameter

Value

a eigen analysis result

ei

the eigensystem of RKSIR

Examples

1
2
3
4
5
6
7
8
## Not run: 
X <- matrix(rnorm(30), 15, 2)
Kx <- KX(X)
y <- sample(1:15, 15)
J <- Jy(y, h = 5)
Ei(Kx, J, s = 0.1)

## End(Not run)

zhaolotelli/SC19017 documentation built on Jan. 3, 2020, 9:19 p.m.