measurefun {GFM} | R Documentation |
Evaluate the smallest cononical correlation (ccor) coefficients or F-norm (fnorm) between two matrices, where a larger ccor is better; a smaller fnorm is better.
measurefun(hH, H, type='ccor')
hH |
a |
H |
a |
type |
a character taking value within |
return a real number.
nothing
Liu Wei
dat <- gendata(n = 100, p = 200, q=2, rho=3)
res <- Factorm(dat$X)
measurefun(res$hB, dat$B0)