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

6.3.1 Linear Projection Methods -- Equation error? #60

Closed
mpettis opened this issue Mar 20, 2019 · 1 comment
Closed

6.3.1 Linear Projection Methods -- Equation error? #60

mpettis opened this issue Mar 20, 2019 · 1 comment

Comments

@mpettis
Copy link

mpettis commented Mar 20, 2019

Version: 2019-02-22

You reference a linear (matrix) relationship:

X^* = XA

You then give an example entry in that matrix of:

x^*{i1} = a{11} x_{i1} + a_{12} x_{i2} + ... + a_{1p} x_{ip}

I believe the indexes for a should be incrementing the first index, not the second one, if I am reading the original equation correctly, and using the same matrix index conventions you are. I think it should be:

x^*{i1} = a{11} x_{i1} + a_{21} x_{i2} + ... + a_{p1} x_{ip}

@topepo
Copy link
Owner

topepo commented Jun 15, 2019

Thanks! Got it.

@topepo topepo closed this as completed Jun 15, 2019
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

2 participants