Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #197352
| From | Jorge Conrado Conforte <jc2conforte@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Scipy curve_fit |
| Date | 2025-03-06 07:36 -0300 |
| Message-ID | <mailman.124.1741275824.2912.python-list@python.org> (permalink) |
| References | <CAEp62W29KH3WvzgUks=1UV1x0yGG42uQ7VEoFJRFYNiPbVTrvA@mail.gmail.com> |
Hi, I have an array with precipitation data and other with burned area. I don't have experience with curve_fit. I read my data and plot the points for each precipitation and burned area. Then I use: popt = curve_fit(non_linear_model, preciamz,areaqamz) and I had: /home/conrado/FOCOS_2003_2024/NELSON/VER_NC_SHP/ler_csv_areaq_prec_plota.py:69: OptimizeWarning: Covariance of the parameters could not be estimated Please how can I resolve this error. Thanks, Conrado
Back to comp.lang.python | Previous | Next | Find similar
Scipy curve_fit Jorge Conrado Conforte <jc2conforte@gmail.com> - 2025-03-06 07:36 -0300
csiph-web