virocon-organization / viroconweb

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

the fit of the dataset is extraordinary off, caused by one interval of a parameter #186

Open mnatz93 opened 5 years ago

mnatz93 commented 5 years ago

I'm submitting a ...

Expected behavior

How should it work (with the bug fixed or the feature implemented)? Fit the probalistic model to the dataset.

Screenshot fit of dataset

Actual behavior

How does it currently work (with the bug causing problems or without the feature)? The fit is useless, because of one paramter in one interval, which is off the track.

false fit of dataset

Attempt to fix

Change the interval to a lesser one, in this case 0.3.

Screenshot fehlermeldung mit hs intervall 0 3

Actual Fix

Change the witdth of intervals of the 1. variable from 0.5 to 0.2 (or 0.1).

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

  1. Use Dataset below:

HS;WS;TP.xlsx

  1. Set the witdth of intervals of the 1. variable (wave height) to 0.5.
  2. Try to fit it.