Skip to content

xinliang-dai/LSregression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSregression

Introduction

  • Implementing Gauss-Newton with different conjugate gradient methods, including

    • without conjugate gradient

    • standard conjugate gradient

    • preconditioned conjugate gradient

    • CG-Steihaug

    • preconditioned CG-Steihaug

  • Implementing Levenberg-Marquardt with some methods to increase speed and robustness

Getting Start

Carrying out data-fitting test: nonlinear_datafitting_test.m

Nonlinear Least-Squares solver: pcg_steihaug_gauss_newton.m

ClassDef

Example cases saved in data folder

About

Methods for solving Nonlinear Least-squares Regression

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages