Removed reference to options_.nobs

time-shift
Stéphane Adjemian (Scylla) 2014-07-15 11:12:14 +02:00
parent 04554967fc
commit e5a419ecaf
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function bvar = dsgevar_posterior_density(deep,DynareDataset,DatasetInfo,DynareO
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
gend = options_.nobs;
gend = DynareDataset.nobs;
dsge_prior_weight = M_.params(strmatch('dsge_prior_weight',M_.param_names));
DSGE_PRIOR_WEIGHT = floor(gend*(1+dsge_prior_weight));