SiLab-Bonn / pylandau

Simple Landau distribution definitions to be used in Python.
GNU Lesser General Public License v2.1
20 stars 4 forks source link

Inaccuracy for mpv=0 #11

Closed DavidLP closed 6 years ago

DavidLP commented 6 years ago

For an mpv = 0 the resulting Landau can have an offset of: 0.2 < x< 0.3. I suspect the scipy.optimize.fmin function to terminate premturely. Better to aim not to use it.