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

Questions about Delta_c #425

Open
lcy8417 opened this issue Aug 6, 2024 · 0 comments
Open

Questions about Delta_c #425

lcy8417 opened this issue Aug 6, 2024 · 0 comments

Comments

@lcy8417
Copy link

lcy8417 commented Aug 6, 2024

Thank you for your excellent thesis.

One question arose while referring to the code for the paper.

In the original text, I would like you to answer why the order of delta_C required for Transformation calculation and the order of codes are different. Isn't it correct that the order of the 2nd and 3rd np.concatenate should be changed in the code below?

delta_C = np.concatenate( # F+3 x F+3
[
np.concatenate([np.ones((F, 1)), C, hat_C], axis=1), # F x F+3
np.concatenate([np.zeros((2, 3)), np.transpose(C)], axis=1), # 2 x F+3
np.concatenate([np.zeros((1, 3)), np.ones((1, F))], axis=1) # 1 x F+3
],
axis=0
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant