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 21 years ago

Closed 19 years ago

Last modified 18 years ago

#81 closed defect (fixed)

Dates of Estimate

Reported by: imendez Owned by: Víctor de Buen Remiro
Priority: normal Milestone:
Component: Math Version: head
Severity: normal Keywords:
Cc: Chakib Faghloumi

Description

I think Estimate must modify the initial date of estimation when it's necessary, for
example when inputs has unknown values in the initialization dates, showing a
warning message.

Change History (5)

comment:1 Changed 21 years ago by Víctor de Buen Remiro

Status: newassigned

comment:2 Changed 20 years ago by Víctor de Buen Remiro

Cc: Chakib Faghloumi added

comment:3 Changed 20 years ago by Víctor de Buen Remiro

* Bug 201 has been marked as a duplicate of this bug. *

comment:4 Changed 19 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: assignedclosed

Hello, sorry for so large delaying

Internal behaviour of Estimate is too difficult to be changed but now, in CVS
tol/initLibrary/arima/_arima.tol, there is a new function that solves this problem


Date EnsuredBeginOfEstimate(ModelDef mod)

{

Real ARDeg = Degree(SetProd(mod->AR));
Real OmegaDeg = SetMax(EvalSet(Traspose(Extract(mod->Input,1))

[1],Degree));

Succ(First(mod->Output),Dating(mod->Output),ARDeg+OmegaDeg)

};
PutDescription(I2(
"Returns the maxumum date ensuring that Estimate will work over specificed "
"model definition. Use",
"Devuelve la fecha máxima que asegura que la función Estimate funcionará "
"sobre la definición de modelo especificada. Uso")+": \n"+
"Set Estimate(mod,EnsuredBeginOfEstimate(mod));\n",
EnsuredBeginOfEstimate);

comment:5 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://www.tol-project.org
Note: See TracTickets for help on using tickets.