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
Dóra Kocsis
dynare
Commits
02fd6e66
Commit
02fd6e66
authored
Jan 13, 2011
by
Sébastien Villemot
Browse files
Add error message for non-implemented features of gamrnd.m
parent
9e38d850
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/missing/stats/gamrnd.m
View file @
02fd6e66
...
...
@@ -13,7 +13,7 @@ function rnd = gamrnd(a,b,method)
% ALGORITHMS
% Described in Bauwens, Lubrano and Richard (1999, page 316) and Devroye (1986, chapter 9).
% Copyright (C) 2006-20
09
Dynare Team
% Copyright (C) 2006-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
@@ -48,6 +48,8 @@ if nargin==2
% Lubrano and Richard, but the comparison depends on the value of a (this should be
% investigated further).
end
else
error
(
'gamrnd:: Selection of method not yet implemented'
)
end
[
ma
,
na
]
=
size
(
a
);
...
...
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