nobs range in estimation
Posted: Fri Mar 22, 2013 11:19 am
Dear all,
Is there an easy way to make Dynare know the size of the observed data when read through an m-file without the user specifying it manually, so that one could set nobs using the last element of the data vector automatically, e.g.
Is there an easy way to make Dynare know the size of the observed data when read through an m-file without the user specifying it manually, so that one could set nobs using the last element of the data vector automatically, e.g.
- Code: Select all
nobs=[dataLength-10:dataLength]