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

Change subscript of X_{ik} to X_{ki} to make it consistent with lhs. #142

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

irudnyts
Copy link

In formulas the term X_{ik} is changed to X_{ki}.

Example:

Y_i = \beta_1 X_{1i} + \beta_2 X_{2i} + \ldots + \beta_{p} X_{pi} + \epsilon_{i}
= \sum_{k=1}^p X_{ik} \beta_j + \epsilon_{i}

TO

Y_i = \beta_1 X_{1i} + \beta_2 X_{2i} + \ldots + \beta_{p} X_{pi} + \epsilon_{i}
= \sum_{k=1}^p X_{ki} \beta_j + \epsilon_{i}

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

Successfully merging this pull request may close these issues.

1 participant