bashtage / linearmodels

Additional linear models including instrumental variable and panel data models that are missing from statsmodels.
https://bashtage.github.io/linearmodels/
University of Illinois/NCSA Open Source License
932 stars 183 forks source link

Using scipy's genetic algorithm for initial parameter estimation #93

Closed zunzun closed 7 years ago

zunzun commented 7 years ago

I have used scipy's Differential Evolution genetic algorithm to find initial parameters for fitting a double Lorentzian peak equation to Raman spectroscopy data. I found that the results were excellent, and see from your GitHub project that you might find my project to be interesting.

The GitHub project, with a test spectroscopy data file, is:

https://github.com/zunzun/RamanSpectroscopyFit

If you have any questions, please let me know.

James Phillips

bashtage commented 7 years ago

I don't think is is really an issue for linearmodels, so I'm going to close.

zunzun commented 7 years ago

OK.