Non-Linear Least-Squares Minimization and Curve-Fitting for Python Release 0.9.12
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Non-Linear Least-Squares Minimization and Curve-Fitting for Python Release 0.9.3-Dirty
Non-Linear Least-Squares Minimization and Curve-Fitting for Python Release 0.9.3-dirty Matthew Newville, Till Stensitzki, and others March 27, 2016 Contents 1 Getting started with Non-Linear Least-Squares Fitting3 2 Downloading and Installation7 2.1 Prerequisites...............................................7 2.2 Downloads................................................7 2.3 Installation................................................7 2.4 Development Version..........................................7 2.5 Testing..................................................8 2.6 Acknowledgements...........................................8 2.7 License..................................................8 3 Getting Help 11 4 Frequently Asked Questions 13 4.1 What’s the best way to ask for help or submit a bug report?....................... 13 4.2 Why did my script break when upgrading from lmfit 0.8.3 to 0.9.0?.................. 13 4.3 I get import errors from IPython..................................... 13 4.4 How can I fit multi-dimensional data?.................................. 13 4.5 How can I fit multiple data sets?..................................... 14 4.6 How can I fit complex data?....................................... 14 4.7 Can I constrain values to have integer values?.............................. 14 4.8 How should I cite LMFIT?........................................ 14 5 Parameter and Parameters 15 5.1 The Parameter class.......................................... 15 5.2 The Parameters class......................................... 17 5.3 -
Non-Linear Least-Squares Minimization and Curve-Fitting for Python Release 1.0.2
Non-Linear Least-Squares Minimization and Curve-Fitting for Python Release 1.0.2 Matthew Newville, Till Stensitzki, Renee Otten, and others Feb 11, 2021 CONTENTS 1 Getting started with Non-Linear Least-Squares Fitting3 2 Downloading and Installation7 2.1 Prerequisites...............................................7 2.2 Downloads................................................7 2.3 Installation................................................8 2.4 Development Version..........................................8 2.5 Testing..................................................8 2.6 Acknowledgements...........................................8 2.7 Copyright, Licensing, and Re-distribution................................ 10 3 Getting Help 13 4 Frequently Asked Questions 15 4.1 What’s the best way to ask for help or submit a bug report?....................... 15 4.2 Why did my script break when upgrading from lmfit 0.8.3 to 0.9.0?.................. 15 4.3 I get import errors from IPython..................................... 15 4.4 How can I fit multi-dimensional data?.................................. 15 4.5 How can I fit multiple data sets?..................................... 16 4.6 How can I fit complex data?....................................... 16 4.7 How should I cite LMFIT?........................................ 16 4.8 I get errors from NaN in my fit. What can I do?............................. 16 4.9 Why are Parameter values sometimes stuck at initial values?...................... 17 4.10 Why are uncertainties in Parameters sometimes not determined?................... -
On Characteristic Functions of Products of Two Random Variables
The University of Manchester Research On Characteristic Functions of Products of Two Random Variables DOI: 10.1007/s11277-019-06462-3 Document Version Accepted author manuscript Link to publication record in Manchester Research Explorer Citation for published version (APA): Jiang, X., & Nadarajah, S. (2019). On Characteristic Functions of Products of Two Random Variables. Wireless Personal Communications. https://doi.org/10.1007/s11277-019-06462-3 Published in: Wireless Personal Communications Citing this paper Please note that where the full-text provided on Manchester Research Explorer is the Author Accepted Manuscript or Proof version this may differ from the final Published version. If citing, it is advised that you check and use the publisher's definitive version. General rights Copyright and moral rights for the publications made accessible in the Research Explorer are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. Takedown policy If you believe that this document breaches copyright please refer to the University of Manchester’s Takedown Procedures [http://man.ac.uk/04Y6Bo] or contact [email protected] providing relevant details, so we can investigate your claim. Download date:26. Sep. 2021 On characteristic functions of products of two random variables by X. Jiang and S. Nadarajah School of Mathematics, University of Manchester, Manchester M13 9PL, UK email: [email protected] Abstract: Motivated by a recent paper published in IEEE Signal Processing Letters, we study the distribution of the product of two independent random variables, one of them being the standard normal random variable and the other allowed to follow one of nearly fifty distributions. -
Non-Linear Least-Squares Minimization and Curve-Fitting for Python Release 0.9.4-Dirty
Non-Linear Least-Squares Minimization and Curve-Fitting for Python Release 0.9.4-dirty Matthew Newville, Till Stensitzki, and others July 26, 2016 Contents 1 Getting started with Non-Linear Least-Squares Fitting3 2 Downloading and Installation7 2.1 Prerequisites...............................................7 2.2 Downloads................................................7 2.3 Installation................................................7 2.4 Development Version..........................................7 2.5 Testing..................................................8 2.6 Acknowledgements...........................................8 2.7 License..................................................8 3 Getting Help 11 4 Frequently Asked Questions 13 4.1 What’s the best way to ask for help or submit a bug report?....................... 13 4.2 Why did my script break when upgrading from lmfit 0.8.3 to 0.9.0?.................. 13 4.3 I get import errors from IPython..................................... 13 4.4 How can I fit multi-dimensional data?.................................. 13 4.5 How can I fit multiple data sets?..................................... 14 4.6 How can I fit complex data?....................................... 14 4.7 Can I constrain values to have integer values?.............................. 14 4.8 How should I cite LMFIT?........................................ 14 5 Parameter and Parameters 15 5.1 The Parameter class.......................................... 15 5.2 The Parameters class......................................... 17 5.3