Skip to content

Linear regression needs to be explained #3

Description

@lynnporu

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions