Coder Social home page Coder Social logo

Model update? about bitcoin HOT 3 OPEN

krijnsent avatar krijnsent commented on August 28, 2024 1
Model update?

from bitcoin.

Comments (3)

 avatar commented on August 28, 2024

leverage is just the trace of the hat matrix

from bitcoin.

krijnsent avatar krijnsent commented on August 28, 2024

leverage is just the trace of the hat matrix

Ehhh, you lost me a bit in the statistics lingo there... I found this explanation: https://stats.stackexchange.com/questions/208242/hat-matrix-and-leverages-in-classical-multiple-regression The explanation is quite good, but am at a loss on how to calculate it. Basically, the calculation is needed to prove that the line that was found with the regression fits okay and doesn't have too many outliers, right?

from bitcoin.

 avatar commented on August 28, 2024

The hat matrix H= X(XTX)'XT
Where X is a matrix of 2 columns length n where the first column is all 1s and the second column is lns2f_i...n
T means transpose and ' means inverse.
The leverage is the diagonal elements of the resulting matrix. ie leverage=Hii for i =1 to n.
Leverage tells us how much influence a particular point had on the regression. We dont want to have few points with high leverage influencing our regression line.

from bitcoin.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.