1 / 8

Solving linear models

Solving linear models. The two-parameter linear model. y. x. Linear / statistically linear. Linear model = fit a straight line Statistically linear = linear in the parameters Ex. Residual term. y. x. modelling methods. minimize least square sum

ninao
Download Presentation

Solving linear models

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Solving linear models

  2. The two-parameter linear model y x

  3. Linear / statistically linear • Linear model = fit a straight line • Statistically linear = linear in the parameters Ex.

  4. Residual term y x

  5. modelling methods minimize • least square sum • sum of residuals • minmax

  6. Solving least square problems Ex. • Derivation of the object function • QR decomposition of E • Singular value decomposition (SVD) of E • Nonnegative least square algorithm (NNLS)

  7. Singular value decomposition • E=USV, U and V are orthogonal and S is a diagonal matrix • We get x=Vp • Approximately as fast as e. g. NNLS

  8. Ruskeepää, H.: Mallintamisen perusteet • Lawson, C. L., Hanson, R.J.: Solving Least Squares Problems, Prentice-Hall, Englewood Cliffs, New Jersey, 1974

More Related