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

Linear regression needs to be explained #3

Open
lynnporu opened this issue May 15, 2021 · 0 comments
Open

Linear regression needs to be explained #3

lynnporu opened this issue May 15, 2021 · 0 comments

Comments

@lynnporu
Copy link

Can you please explain, or at least provide a link for the paper which describes how to use Cholesky decomposition for linear regression, as you did in your code?

def cholesky_solution_linear_regression(x_t_x,x_t_y):
'''
Finds parameters of regression through Cholesky decomposition,
given sample covariance of explanatory variables and covariance

@lynnporu lynnporu changed the title Linear regression neds to be explained Linear regression needs to be explained May 16, 2021
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