Questions regarding options in FIML and solveopt
Posted: Fri Jun 03, 2016 3:53 am
Hi all,
Sorry if I've misplaced this question.
I have a program written by someone else, that I am trying to adjust to my data and estimations. I've had some trouble and therefore need to make sure I understand every bit of the code. I've been trying to look in the user manual and at eviews.com/help for answers, but these options are not described there?
The first question is regarding the code for estimating a system by FIML:
What does the option deriv=n stand for?
The second issue is regarding setting options for model solutions:
Here, I can't figure out what the R option is for? I am using Eviews 9, but the code may be written for an earlier version.
Thank you in advance.
Sorry if I've misplaced this question.
I have a program written by someone else, that I am trying to adjust to my data and estimations. I've had some trouble and therefore need to make sure I understand every bit of the code. I've been trying to look in the user manual and at eviews.com/help for answers, but these options are not described there?
The first question is regarding the code for estimating a system by FIML:
Code: Select all
sysname.FIML(deriv=n)The second issue is regarding setting options for model solutions:
Code: Select all
name.solveopt(..., R=1000)Thank you in advance.