Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
d5c35e36
Unverified
Commit
d5c35e36
authored
Jul 19, 2021
by
Sébastien Villemot
Browse files
Occbin: fix function header
parent
d995df9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/+occbin/mkdata.m
View file @
d5c35e36
function
[
data_mat
]
=
m
ake_linear_model_
data
(
n_periods
,
dr_A
,
dr_B
,
endo_names
,
exo_names
,
wish_list
,
shock_pos
,
shock_size_vec
,
var_init
)
% function [data_mat]=m
ake_linear_model_
data(n_periods,dr_A,dr_B,endo_names,exo_names,wish_list,shock_pos,shock_size_vec,var_init)
function
[
data_mat
]
=
m
k
data
(
n_periods
,
dr_A
,
dr_B
,
endo_names
,
exo_names
,
wish_list
,
shock_pos
,
shock_size_vec
,
var_init
)
% function [data_mat]=m
k
data(n_periods,dr_A,dr_B,endo_names,exo_names,wish_list,shock_pos,shock_size_vec,var_init)
% Inputs:
% - n_periods [integer] number of simulation periods
% - dr_A [double] [n by n] transition matrix
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment