virocon-organization / viroconweb

A software to compute environmental contours. Django web-application package.
MIT License
2 stars 1 forks source link

mu function and sigma function are equal #172

Closed topape closed 6 years ago

topape commented 6 years ago

I'm submitting a ...

Expected behavior

How should it work (with the bug fixed or the feature implemented)? After a measure file fit we should get from the multivariate distribution the scale function and not the mu-function for the plots.

Screenshot

Actual behavior

How does it currently work (with the bug causing problems or without the feature)? After a fit we got the mu-function though we called the scaled function. Furthermore the fits aren't right. The distribution does not match the shown histogram. The error only appears for the fowling settings for the second variable

bildschirmfoto 2018-05-14 um 19 23 57

Screenshot Printed the called scale function into the console ( It's equal to the mu function)

bildschirmfoto 2018-05-14 um 19 23 30

mu-function in the latex report for the fit

bildschirmfoto 2018-05-14 um 19 23 39

Steps to reproduce the problem (how to see the actual behavior)

  1. upload measure file (vanem)
  2. fit probabilistic model with the settings in the screenshot above.
  3. inspect the fit results or you can see a type error (it depends on the status of your current branch)
ahaselsteiner commented 6 years ago

This bug report describes the same bug as #171 . When working on it I will reference #171.

ahaselsteiner commented 6 years ago

I am closing this isnce it is described in #171.