myFitter - A Python framework for global fitsThe myFitter package is a Python module which provides a convenient, object oriented (frequentist) statistical analysis framework for globals fits and hypothesis tests. Its main feature is an improved method for the numerical computation of p-values in non-linear regression models based on importance sampling. Additional features are:
Citation GuideThe algorithms implemented in myFitter are discussed in M. Wiebusch, "Numerical Computation of p-values with myFitter," Comput. Phys. Commun. 184 (2013) 2438, doi:10.1016/j.cpc.2013.06.008, [arXiv:1207.1446v2] If you use myFitter for a scientific publication, please cite this article. Installation and requirementsmyFitter requires Python 2.7 and the following packages:
myFitter uses the setuptools build system. After downloading the source tarball myFitter-x.y.tar.gz you can install myFitter in your home directory with tar -zxvf myFitter-x.y.tar.gz Downloads
C++ versionsmyFitter was initially written as a C++ class library. You can download the old C++ code below, but please note that this code is no longer maintained.
BugsPlease send bugreports to Martin Wiebusch |