Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SGCCA and astar values #8

Open
llrs opened this issue Jul 3, 2018 · 0 comments
Open

SGCCA and astar values #8

llrs opened this issue Jul 3, 2018 · 0 comments

Comments

@llrs
Copy link
Owner

llrs commented Jul 3, 2018

Why the astar values of some calculus:

RGCCA/R/sgcca.R

Line 242 in 911d00a

for (b in 1:J) astar[[b]][,n] <- sgcca.result$a[[b]] - astar[[b]][,(1:n-1),drop=F] %*% drop( t(a[[b]][,n]) %*% P[[b]][,1:(n-1),drop=F] )

are used in another:

RGCCA/R/sgcca.R

Line 257 in 911d00a

astar[[b]][,N+1] <- sgcca.result$a[[b]] - astar[[b]][,(1:N),drop=F] %*% drop( t(a[[b]][,(N+1)]) %*% P[[b]][,1:(N),drop=F] )

?

@llrs llrs self-assigned this Oct 31, 2018
@llrs llrs removed their assignment Nov 8, 2018
llrs pushed a commit that referenced this issue Sep 29, 2021
Remove trailing whitespaces and add new lines at the end of files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant