summaryrefslogtreecommitdiff
path: root/lmfit.egg-info/SOURCES.txt
blob: 96341bfe9d45cecf950916edc24b3e51937545e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
.codecov.yml
.gitattributes
.gitignore
.pre-commit-config.yaml
INSTALL
LICENSE
MANIFEST.in
README.rst
THANKS.txt
azure-pipelines.yml
publish_docs.sh
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
versioneer.py
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
NIST_STRD/Bennett5.dat
NIST_STRD/BoxBOD.dat
NIST_STRD/Chwirut1.dat
NIST_STRD/Chwirut2.dat
NIST_STRD/DanWood.dat
NIST_STRD/ENSO.dat
NIST_STRD/Eckerle4.dat
NIST_STRD/Gauss1.dat
NIST_STRD/Gauss2.dat
NIST_STRD/Gauss3.dat
NIST_STRD/Hahn1.dat
NIST_STRD/Kirby2.dat
NIST_STRD/Lanczos1.dat
NIST_STRD/Lanczos2.dat
NIST_STRD/Lanczos3.dat
NIST_STRD/MGH09.dat
NIST_STRD/MGH10.dat
NIST_STRD/MGH17.dat
NIST_STRD/Misra1a.dat
NIST_STRD/Misra1b.dat
NIST_STRD/Misra1c.dat
NIST_STRD/Misra1d.dat
NIST_STRD/Models
NIST_STRD/Nelson.dat
NIST_STRD/Rat42.dat
NIST_STRD/Rat43.dat
NIST_STRD/Roszman1.dat
NIST_STRD/Thurber.dat
asv_benchmarking/README.md
asv_benchmarking/asv.conf.json
asv_benchmarking/run_benchmark_code.py
asv_benchmarking/benchmarks/__init__.py
asv_benchmarking/benchmarks/benchmarks.py
conda-recipe/bld.bat
conda-recipe/build.sh
conda-recipe/meta.yaml
doc/Makefile
doc/bounds.rst
doc/builtin_models.rst
doc/conf.py
doc/confidence.rst
doc/constraints.rst
doc/contents.rst
doc/doc_examples_to_gallery.py
doc/extensions.py
doc/faq.rst
doc/filter_spurious_link_from_html.py
doc/fitting.rst
doc/index.rst
doc/installation.rst
doc/intro.rst
doc/make.bat
doc/model.rst
doc/parameters.rst
doc/support.rst
doc/whatsnew.rst
doc/_static/empty
doc/_templates/indexsidebar.html
doc/sphinx/ext_imgmath.py
doc/sphinx/ext_mathjax.py
doc/sphinx/theme/sphinx13/basic_layout.html
doc/sphinx/theme/sphinx13/layout.html
doc/sphinx/theme/sphinx13/theme.conf
doc/sphinx/theme/sphinx13/static/bodybg.png
doc/sphinx/theme/sphinx13/static/footerbg.png
doc/sphinx/theme/sphinx13/static/headerbg.png
doc/sphinx/theme/sphinx13/static/listitem.png
doc/sphinx/theme/sphinx13/static/lmfitheader.png
doc/sphinx/theme/sphinx13/static/relbg.png
doc/sphinx/theme/sphinx13/static/sphinx13.css
examples/NIST_Gauss2.dat
examples/README.txt
examples/doc_builtinmodels_nistgauss.py
examples/doc_builtinmodels_nistgauss2.py
examples/doc_builtinmodels_peakmodels.py
examples/doc_builtinmodels_stepmodel.py
examples/doc_confidence_advanced.py
examples/doc_confidence_basic.py
examples/doc_fitting_emcee.py
examples/doc_fitting_withreport.py
examples/doc_model_composite.py
examples/doc_model_gaussian.py
examples/doc_model_loadmodel.py
examples/doc_model_loadmodelresult.py
examples/doc_model_loadmodelresult2.py
examples/doc_model_savemodel.py
examples/doc_model_savemodelresult.py
examples/doc_model_savemodelresult2.py
examples/doc_model_two_components.py
examples/doc_model_uncertainty.py
examples/doc_model_with_iter_callback.py
examples/doc_model_with_nan_policy.py
examples/doc_parameters_basic.py
examples/doc_parameters_valuesdict.py
examples/example_Model_interface.py
examples/example_brute.py
examples/example_complex_resonator_model.py
examples/example_confidence_interval.py
examples/example_detect_outliers.py
examples/example_diffev.py
examples/example_emcee_Model_interface.py
examples/example_expression_model.py
examples/example_fit_multi_datasets.py
examples/example_fit_with_algebraic_constraint.py
examples/example_fit_with_bounds.py
examples/example_fit_with_derivfunc.py
examples/example_fit_with_inequality.py
examples/example_reduce_fcn.py
examples/example_sympy.py
examples/example_two_dimensional_peak.py
examples/example_use_pandas.py
examples/lmfit_emcee_model_selection.py
examples/model1d_gauss.dat
examples/peak.csv
examples/sinedata.dat
examples/test_peak.dat
lmfit/__init__.py
lmfit/_ampgo.py
lmfit/_version.py
lmfit/confidence.py
lmfit/jsonutils.py
lmfit/lineshapes.py
lmfit/minimizer.py
lmfit/model.py
lmfit/models.py
lmfit/parameter.py
lmfit/printfuncs.py
lmfit.egg-info/PKG-INFO
lmfit.egg-info/SOURCES.txt
lmfit.egg-info/dependency_links.txt
lmfit.egg-info/requires.txt
lmfit.egg-info/top_level.txt
tests/NISTModels.py
tests/conftest.py
tests/o.py
tests/t_enso.py
tests/test_1variable.py
tests/test_NIST_Strd.py
tests/test_algebraic_constraint.py
tests/test_ampgo.py
tests/test_basicfit.py
tests/test_basinhopping.py
tests/test_bounded_jacobian.py
tests/test_bounds.py
tests/test_brute.py
tests/test_builtin_models.py
tests/test_confidence.py
tests/test_covariance_matrix.py
tests/test_custom_independentvar.py
tests/test_default_kws.py
tests/test_dual_annealing.py
tests/test_itercb.py
tests/test_jsonutils.py
tests/test_least_squares.py
tests/test_lineshapes.py
tests/test_manypeaks_speed.py
tests/test_max_nfev.py
tests/test_minimizer.py
tests/test_model.py
tests/test_model_uncertainties.py
tests/test_models.py
tests/test_multidatasets.py
tests/test_nose.py
tests/test_pandas.py
tests/test_parameter.py
tests/test_parameters.py
tests/test_printfuncs.py
tests/test_saveload.py
tests/test_shgo.py
tests/test_stepmodel.py