close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#448 closed defect (fixed)

Autocorrelación Errónea con "Tabular Autocorrelación"

Reported by: abroncano Owned by: Jorge
Priority: high Milestone:
Component: Graphics Version: head
Severity: normal Keywords:
Cc:

Description

Jugando con una serie sencilla de 10 datos:
y2006m01d01, -0.51
y2006m01d02, -4.81
y2006m01d03, 2.19
y2006m01d04, -5.91
y2006m01d05, 2.09
y2006m01d06, 0.29
y2006m01d07, 0.49
y2006m01d08, 0.09
y2006m01d09, -2.21
y2006m01d10, 2.69

al usar Tabular Autocorrelación en el Inspector de objetos se obtienen sólo dos valores (y no los 9 esperados) para la ACF:

1,-0.485278806246
2, 0.379972576628

que no se corresponden con los que saca la funcion AutoCor o los calculados a mano con las fórmulas teóricas para la ACF, que sí coinciden:

1.0,-0.565034828462
2.0,0.381876179936
3.0,-0.144228891348
4.0,-0.0739535186511
5.0,0.192793437927
6.0,-0.320747347178
7.0,0.208091921099
8.0,-0.180912700996
9.0,0.00211574767268

Change History (4)

comment:1 Changed 18 years ago by rcsoto

Owner: changed from rcsoto to Jorge

comment:2 Changed 18 years ago by Jorge

Status: newassigned

working on it,

The difference was that from tolbase the autocov was computed assuming mean 0. That behavior was changed (2005-04-25) in tol but not in toltcl.

comment:3 Changed 18 years ago by Jorge

Resolution: fixed
Status: assignedclosed

now the default binding on Text is disabled:

[27] Control-k deletes from the insertion cursor to the end of its

line; if the insertion cursor is already at the end of a line,
then Control-k deletes the newline character.

the fix will be available in release 1.1.4, also at trunk.

comment:4 Changed 18 years ago by Jorge

sorry!!! the last comment should be for bug 447 (working late)

this bug is fixed, now toltcl and tol behave the same regarding AutoCov function.

the fix will be available in release 1.1.4, also at trunk.

Note: See TracTickets for help on using tickets.