CODE_OF_CONDUCT.md
CONTRIBUTING.md
README.md
changelog.txt
license.txt
requirements.txt
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
docs/Makefile
docs/conf.py
docs/index.rst
docs/index_pdf.rst
docs/introduction.rst
docs/model_list.rst
docs/pip_requirements.txt
docs/ref.bib
docs/zreferences.rst
docs/figures/ClassDiagram.png
docs/figures/pyeq3_logo_small.png
examples/AnimatedGIF/AnimatedGIF.py
examples/AnimatedGIF/README.txt
examples/Cluster/FitAllEquations_2D.py
examples/Cluster/FitAllEquations_3D.py
examples/Cluster/README.txt
examples/Cluster/Test_Parallel_Fit.py
examples/Cluster/Test_Single_Fit.py
examples/Complex/FitAllEquationsInSeries_LargeResultList_2D.py
examples/Complex/FitAllEquationsInSeries_LargeResultList_3D.py
examples/Complex/FitAllEquationsInSeries_NoResultList_2D.py
examples/Complex/FitStatisticalDistributions.py
examples/Complex/FitUsingMultipleNonlinearSolvers_2D.py
examples/Complex/Polyfunctional_3D.py
examples/Complex/README.txt
examples/GUI/pyGtk.txt
examples/GUI/pyQt5.txt
examples/GUI/tkinter.txt
examples/GUI/wxPython.txt
examples/GenerateOutput/README.txt
examples/GenerateOutput/generateOutput.py
examples/GraphConfidenceIntervals/CIexample.py
examples/IPython/FitUserData_2D.ipynb
examples/IPython/GraphConfidenceIntervals.ipynb
examples/IPython/ListAllStandardEquations_2D.ipynb
examples/IPython/README.txt
examples/IPython/SurfaceFitWithSurfacePlot.ipynb
examples/List/DocListStandardEquations.py
examples/List/ListAllExtendedVersionsOfEquations_2D.py
examples/List/ListAllExtendedVersionsOfEquations_3D.py
examples/List/ListAllStandardEquations_2D.py
examples/List/ListAllStandardEquations_3D.py
examples/NodeJS/ExponentialWithOffset_2D.js
examples/NodeJS/LinearPolynomial_2D.js
examples/NodeJS/LinearPolynomial_3D.js
examples/NodeJS/Models_2D.js
examples/NodeJS/Models_3D.js
examples/NodeJS/README.txt
examples/NodeJS/generator.py
examples/NodeJS/interface.py
examples/Parallel/FitAllEquationsInParallelUsingQueues_LargeResultList_2D.py
examples/Parallel/FitAllEquationsInParallel_NoResultList_2D.py
examples/Parallel/README.txt
examples/Simple/CoefficientBounds_2D.py
examples/Simple/CompareMultipleFittingAlgorithms_2D.py
examples/Simple/CreateExtendedVersionOfOneNamedEquation_2D.py
examples/Simple/EstimatedInitialCoefficients_3D.py
examples/Simple/FitOneNamedEquation_2D.py
examples/Simple/FitOneNamedEquation_3D.py
examples/Simple/FitUserCustomizablePolynomial_2D.py
examples/Simple/FitUserDataToFunctions.py
examples/Simple/FitUserData_2D.py
examples/Simple/FitUserDefinedFunction_2D.py
examples/Simple/FitWeightedData_2D.py
examples/Simple/FixedAndBoundedCoefficients.py
examples/Simple/FixedCoefficient_3D.py
examples/Simple/OutputAllSourceCode.py
examples/Simple/README.txt
examples/Simple/Spline_3D.py
examples/Web/bottle.txt
examples/Web/cherrypy.txt
examples/Web/django.txt
examples/Web/flask.txt
pyeq3/IModel.py
pyeq3/Model_2D_BaseClass.py
pyeq3/Model_3D_BaseClass.py
pyeq3/PolyFunctions.py
pyeq3/__init__.py
pyeq3/version.py
pyeq3.egg-info/PKG-INFO
pyeq3.egg-info/SOURCES.txt
pyeq3.egg-info/dependency_links.txt
pyeq3.egg-info/requires.txt
pyeq3.egg-info/top_level.txt
pyeq3/DataCache/DataCache.py
pyeq3/DataCache/DataCacheFunctions.py
pyeq3/DataCache/__init__.py
pyeq3/DesignAndDevelopment/ClassDiagram.png
pyeq3/DesignAndDevelopment/make_latest.sh
pyeq3/DesignAndDevelopment/pyeq2.wpr
pyeq3/DesignAndDevelopment/pyeq2.wpu
pyeq3/DesignAndDevelopment/pyeq2.xmi
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_Default.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_ExponentialDecay.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_ExponentialDecayAndOffset.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_ExponentialGrowth.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_ExponentialGrowthAndOffset.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_Inverse.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_InverseWithOffset.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_LinearDecay.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_LinearDecayAndOffset.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_LinearGrowth.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_LinearGrowthAndOffset.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_Offset.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_PlusLine.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_PlusPlane.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_Reciprocal.py
pyeq3/ExtendedVersionHandlers/ExtendedVersionHandler_ReciprocalWithOffset.py
pyeq3/ExtendedVersionHandlers/IExtendedVersionHandler.py
pyeq3/ExtendedVersionHandlers/__init__.py
pyeq3/Graphics/Graphics2D.py
pyeq3/Graphics/__init__.py
pyeq3/Models_2D/Astrophysics.py
pyeq3/Models_2D/BioScience.py
pyeq3/Models_2D/BurkardtCollectionBased.py
pyeq3/Models_2D/Engineering.py
pyeq3/Models_2D/Exponential.py
pyeq3/Models_2D/FourierSeries.py
pyeq3/Models_2D/LegendrePolynomial.py
pyeq3/Models_2D/Logarithmic.py
pyeq3/Models_2D/Miscellaneous.py
pyeq3/Models_2D/NIST.py
pyeq3/Models_2D/Optical.py
pyeq3/Models_2D/Peak.py
pyeq3/Models_2D/Polyfunctional.py
pyeq3/Models_2D/Polynomial.py
pyeq3/Models_2D/Power.py
pyeq3/Models_2D/Rational.py
pyeq3/Models_2D/Sigmoidal.py
pyeq3/Models_2D/Simple.py
pyeq3/Models_2D/Spline.py
pyeq3/Models_2D/Trigonometric.py
pyeq3/Models_2D/UserDefinedFunction.py
pyeq3/Models_2D/YieldDensity.py
pyeq3/Models_2D/__init__.py
pyeq3/Models_3D/BioScience.py
pyeq3/Models_3D/EnzymeKinetics.py
pyeq3/Models_3D/Exponential.py
pyeq3/Models_3D/Logarithmic.py
pyeq3/Models_3D/Miscellaneous.py
pyeq3/Models_3D/NIST.py
pyeq3/Models_3D/Optical.py
pyeq3/Models_3D/Peak.py
pyeq3/Models_3D/Polyfunctional.py
pyeq3/Models_3D/Polynomial.py
pyeq3/Models_3D/Power.py
pyeq3/Models_3D/Rational.py
pyeq3/Models_3D/RomanSurfaces.py
pyeq3/Models_3D/Sigmoidal.py
pyeq3/Models_3D/Simple.py
pyeq3/Models_3D/Spline.py
pyeq3/Models_3D/TaylorSeries.py
pyeq3/Models_3D/Trigonometric.py
pyeq3/Models_3D/UserDefinedFunction.py
pyeq3/Models_3D/__init__.py
pyeq3/Output/Print.py
pyeq3/Output/__init__.py
pyeq3/Services/DataConverterService.py
pyeq3/Services/OutputSourceCodeService.py
pyeq3/Services/SolverService.py
pyeq3/Services/__init__.py
pyeq3/Services/diffev.py
pyeq3/UnitTests/DataForUnitTests.py
pyeq3/UnitTests/NIST_TestingUtilities.py
pyeq3/UnitTests/RunAllTests.py
pyeq3/UnitTests/Test_CalculateCoefficientAndFitStatistics.py
pyeq3/UnitTests/Test_DataCache.py
pyeq3/UnitTests/Test_DataConverterService.py
pyeq3/UnitTests/Test_Equations.py
pyeq3/UnitTests/Test_ExtendedVersionHandlers.py
pyeq3/UnitTests/Test_IndividualPolyFunctions.py
pyeq3/UnitTests/Test_ModelSolveMethods.py
pyeq3/UnitTests/Test_NIST.py
pyeq3/UnitTests/Test_OutputSourceCodeService.py
pyeq3/UnitTests/Test_SolverService.py
pyeq3/UnitTests/NIST_DataFiles/Bennett5.dat
pyeq3/UnitTests/NIST_DataFiles/BoxBOD.dat
pyeq3/UnitTests/NIST_DataFiles/Chwirut1.dat
pyeq3/UnitTests/NIST_DataFiles/Chwirut2.dat
pyeq3/UnitTests/NIST_DataFiles/DanWood.dat
pyeq3/UnitTests/NIST_DataFiles/ENSO.dat
pyeq3/UnitTests/NIST_DataFiles/Eckerle4.dat
pyeq3/UnitTests/NIST_DataFiles/Gauss1.dat
pyeq3/UnitTests/NIST_DataFiles/Gauss2.dat
pyeq3/UnitTests/NIST_DataFiles/Gauss3.dat
pyeq3/UnitTests/NIST_DataFiles/Hahn1.dat
pyeq3/UnitTests/NIST_DataFiles/Kirby2.dat
pyeq3/UnitTests/NIST_DataFiles/Lanczos1.dat
pyeq3/UnitTests/NIST_DataFiles/Lanczos2.dat
pyeq3/UnitTests/NIST_DataFiles/Lanczos3.dat
pyeq3/UnitTests/NIST_DataFiles/MGH09.dat
pyeq3/UnitTests/NIST_DataFiles/MGH10.dat
pyeq3/UnitTests/NIST_DataFiles/MGH17.dat
pyeq3/UnitTests/NIST_DataFiles/Misra1a.dat
pyeq3/UnitTests/NIST_DataFiles/Misra1b.dat
pyeq3/UnitTests/NIST_DataFiles/Misra1c.dat
pyeq3/UnitTests/NIST_DataFiles/Misra1d.dat
pyeq3/UnitTests/NIST_DataFiles/Nelson.dat
pyeq3/UnitTests/NIST_DataFiles/Rat42.dat
pyeq3/UnitTests/NIST_DataFiles/Rat43.dat
pyeq3/UnitTests/NIST_DataFiles/Roszman1.dat
pyeq3/UnitTests/NIST_DataFiles/Thurber.dat
pyeq3/Utilities/Multifit.py
pyeq3/Utilities/__init__.py