Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? 1. Run the attached script bb_minuit.py (requires bb_utils.py, which is also attached) 2. You can also run bb_scipy.py if you like (also requires...

auto-migrated

``` I have attached the script test_minuit.py and the output test_minuit_output.txt I get that shows the incorrect results. What version of the product are you using? On what operating system?...

auto-migrated

``` What steps will reproduce the problem? 1. Run Migrad() 2. Change a value in the 'errors' dictionary that migrad() spits out 3. Run Minos() with the altered 'errors' 4....

auto-migrated

``` I am trying to run MINOS() with a non-linear function, but it keeps saying it cannot find an upper limit for the parameter. When I have it print out...

auto-migrated

``` What steps will reproduce the problem? 1. Trying to use MIGRAD and MINOS to find errors on a non-linear function. 2. 3. What is the expected output? What do...

auto-migrated

``` Hi, I am having trouble using the migrad() command when fitting a curve to data. I have defined the function I am trying to fit as: ## A Fast...

auto-migrated

``` What steps will reproduce the problem? 1. define some objective function to minimize: call it chi2 2. give the usual commands: m = minuit.Minuit(chi2, a=a_fid, b=b_fid) m.migrad() cont =...

auto-migrated

``` Hello, I'm trying to use pyminuit to minimise a Chi^2 function, and obtain errors on the parameters. How do I set the "up" parameter? do I just set it...

auto-migrated

``` What steps will reproduce the problem? 1. running make on g++ What is the expected output? What do you see instead? MnUserTransformation.cpp: In constructor 'MnUserTransformation::MnUserTransformation(const std::vector&, const std::vector&)': MnUserTransformation.cpp:30:...

auto-migrated

``` Hi! Minuit_1-7-9 pyminuit-1.1.0 tdm64-gcc-4.5.1.exe Windows 7 64-bit I try follow: C:\Minuit-1_7_9>sh configure C:\Minuit-1_7_9>make C:\Minuit-1_7_9>make install It's ok But, when i try: C:\pyminuit>python setup.py install build -c mingw32 --with minuit='c:/Minuit-1_7_9'...

auto-migrated