Thanks! That works. I only get the message "Equation estimates are invalid or nonexistent in "RESULTS(10, 5) = TEST.@R2" in a 141 times. For those 141 equations the R-squared is zero. Does somebody know what's wrong with those equations?
Thanks in advance.
Search found 4 matches
- Tue Mar 11, 2014 11:10 am
- Forum: Programming
- Topic: R-squared in my results
- Replies: 3
- Views: 2520
- Tue Mar 11, 2014 9:18 am
- Forum: Programming
- Topic: R-squared in my results
- Replies: 3
- Views: 2520
R-squared in my results
Dear all, I'm using the following in an Eviews Program: matrix(3460, 4) results for !i = 1 to 3460 c(1)=0.1 c(2)=0.00001 c(3)=0.1 c(4)=1.9 equation test.LS(n) RST_DIVC!i*XT_DIVC!i = c(1)+ ((1+EXP(-@abs(C(2))*((c(3)-c(4))*XT_DIVC!i(-3)*(XT_DIVC!i(-1)-(RST_DIVC!i*XT_DIVC!i(-2))))))^-1)*C(3)*XT_DIVC!i(...
- Sat Mar 08, 2014 1:28 pm
- Forum: Estimation
- Topic: Syntax Error
- Replies: 2
- Views: 2149
Re: Syntax Error
Thanks, I thought it wasn't necessary to use a times sign (*). It works :).
- Sat Mar 08, 2014 11:30 am
- Forum: Estimation
- Topic: Syntax Error
- Replies: 2
- Views: 2149
Syntax Error
Hi, I'm trying to use this regression in Eviews: price(+1)-price=c(1)+c(2)price+((1+exp(-c(3)(((-(c(4)(price(-1)-fund_price(-1)))^2)-(-(c(5)(price(-1)-price(-2)))^2))/((-(c(4)(price(-1)-fund_price(-1)))^2)+(-(c(5)(price(-1)-price(-2))) ^2)))))^-1)*(c(4)(price-fund_price))+(1-((1+exp(-c(3)(((-(c(4)(p...
