How to assign starting values to coefficient vector via Eviews Program command
Posted: Wed May 03, 2017 12:50 am
Hello,
I developed simple code to simulate values of Non Linear Least Squares NLS estimation coefficients.
Basically different range of starting values are defined for 5 coefficients, and both these values and the converged NLS coefficients estimates are recorded in matrix "results" row for each simulation value set.
My problem is to assign starting values into coefficient vector before each NLS estimation. The code I wrote for this starts with the text
"assign starting values to coefficient vector." but Eviews displays following error :
SHEET.(2,1)=0.1 is not a valid view for C in "DO_ C.SHEET.(2,1)=0.1".
Would very much appreciate any clues on this.
Many thanks in advance
acemi
I developed simple code to simulate values of Non Linear Least Squares NLS estimation coefficients.
Basically different range of starting values are defined for 5 coefficients, and both these values and the converged NLS coefficients estimates are recorded in matrix "results" row for each simulation value set.
My problem is to assign starting values into coefficient vector before each NLS estimation. The code I wrote for this starts with the text
"assign starting values to coefficient vector." but Eviews displays following error :
SHEET.(2,1)=0.1 is not a valid view for C in "DO_ C.SHEET.(2,1)=0.1".
Would very much appreciate any clues on this.
Many thanks in advance
acemi