SCM

[#5608] fitexi yields wrong results

Date:
2014-04-17 14:04
Priority:
3
State:
Open
Submitted by:
Harald von Waldow (hvw_c2sm)
Assigned to:
Nobody (None)
Hardware:
All
Product:
None
Operating System:
Linux
Component:
None
Version:
v1.1
Severity:
normal
Resolution:
Awaiting Response
URL:
Summary:
fitexi yields wrong results

Detailed description
fitexi is supposed to implement the intervals estimator according to Ferro & Segers, 2003.

In their definition they use a distinction of two cases, i.e. for max(T_i) <= 2 and for max(T_i) > 2 (equation 5).

In the fitexi code, this case distinction is switched, resulting in incorrect results.

Fix:
replace

if (max(interTim) <= 2)

with

if (max(interTim) > 2)

Comments:

No Comments Have Been Posted

Attached Files:

Changes

No Changes Have Been Made to This Item

Thanks to:
Vienna University of Economics and Business Powered By FusionForge