Skip to content

pfederl/fitter-gauss-1d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fitter-gauss-1d

C++ library for fitting multiple gaussians in 1D

The purpose of this library is to fit a function to the data. The function can have a number of different gaussians as well as polynomial component.

The fitting algorithm can use some heuristics, e.g. threshold accepting for initial guess, and other heuristics as well.

The final step is a Levenberg-Marquardt to improve the heuristically obtained solution.

The library depends on gnu scientific library.

About

C++ library for fitting multiple gaussians in 1D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published