Skip to content
Snippets Groups Projects
Commit 2c879cc6 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

compute_trend_coefficients.m: fix header

parent aa9f52e2
Branches
Tags
No related merge requests found
function [trend_addition, trend_coeff]=compute_trend_coefficients(M_,DynareOptions,nvarobs,ntobs) function [trend_addition, trend_coeff]=compute_trend_coefficients(M_,DynareOptions,nvarobs,ntobs)
% [trend_addition, trend_coeff]=compute_trend_coefficients(DynareOptions,nvarobs,ntobs) % [trend_addition, trend_coeff]=compute_trend_coefficients(M_,DynareOptions,nvarobs,ntobs)
% Computes the trend coefficiencts and the trend, accounting for % Computes the trend coefficiencts and the trend, accounting for
% prefiltering % prefiltering
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment