#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
Status: | new → assigned |
---|
comment:2 Changed 20 years ago by
Cc: | Chakib Faghloumi added |
---|
comment:3 Changed 20 years ago by
comment:4 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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
bug_file_loc: | → http://www.tol-project.org |
---|
* Bug 201 has been marked as a duplicate of this bug. *