check if an estimation was succesfull
Posted: Thu Apr 25, 2013 8:03 am
Hi!
I would like to know, how can i check if an estimation was succesfull?
For example, look at the following sample code:
equation eq01
eq01.arch(4,5,tdist,integrated) series_of_returns
The above gives me an error (log of non positive number), so I want to handle this in an if statement:
if (eq01.arch(4,5) series_of_returns)) then
statusline "OK"
endif
This gives me a syntax error, so how can i handle properly if an estimate was failure?
Thanks
I would like to know, how can i check if an estimation was succesfull?
For example, look at the following sample code:
equation eq01
eq01.arch(4,5,tdist,integrated) series_of_returns
The above gives me an error (log of non positive number), so I want to handle this in an if statement:
if (eq01.arch(4,5) series_of_returns)) then
statusline "OK"
endif
This gives me a syntax error, so how can i handle properly if an estimate was failure?
Thanks