Search found 7 matches
- Wed Jul 17, 2013 10:14 am
- Forum: Programming
- Topic: maximum number of parameters in coef c
- Replies: 2
- Views: 2705
Re: maximum number of parameters in coef c
Thanks a lot.
- Wed Jul 17, 2013 3:23 am
- Forum: Programming
- Topic: maximum number of parameters in coef c
- Replies: 2
- Views: 2705
maximum number of parameters in coef c
Hi I am running a program with a large number of parameters to be estimated (potentially in the neighborhood of 10000) and it seems that the maximum number of parameters that coef c can store is only 750! Although I can specify as many parameters I want, once I run the program and initialize paramet...
- Wed Jul 10, 2013 7:14 am
- Forum: Programming
- Topic: large panel dynamic factor model
- Replies: 1
- Views: 2529
Re: large panel dynamic factor model
Hi again I just want to be more specific with the problem above, I want to know how to create the right hand of the following equation ss1.append @signal sig{!i} = c({count1}) + c({count2})*sv_1 + c({count3})*sv_2 +...+ c({count(r+1)})*sv_r + e{!i} hence I am looking for something that looks like th...
- Tue Jul 09, 2013 9:40 am
- Forum: Programming
- Topic: large panel dynamic factor model
- Replies: 1
- Views: 2529
large panel dynamic factor model
Hi I am working on dynamic factor models, using sspace and a large panel of time series as observation variables, and I am looking for a method to define the signal and state equations within loops. The problem is as follows: in matrix notation the observation equation is: X(t) = A*F(t) + e(t), wher...
- Thu Jul 04, 2013 1:25 am
- Forum: Econometric Discussions
- Topic: Bai and Ng 2002 2007 factor models
- Replies: 1
- Views: 2948
Bai and Ng 2002 2007 factor models
Hi Does anyone have any peice of code/add-in for: i) Bai and Ng (2002) Determining the number of factors in approximate factor models, Econometrica and/or ii) Bai and Ng (2007) Determining the number of primitive shocks in factor models, Journal of Business & Economic Statistics I am mostly inte...
- Wed Jul 03, 2013 8:09 am
- Forum: Programming
- Topic: increasing number of regressors
- Replies: 2
- Views: 2513
Re: increasing number of regressors
That works perfect.
Thanks a lot.
Thanks a lot.
- Wed Jul 03, 2013 3:37 am
- Forum: Programming
- Topic: increasing number of regressors
- Replies: 2
- Views: 2513
increasing number of regressors
Hi, I have the following problem: I have a dependent variable (series) and a number of regressors stored on the columns of a matrix. Once I have created a number of series (say 5 series se1 se2...se5) which correspond to each matrix column/regressor (as I cannot regress onto regressors which are in ...
