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
Sébastien Villemot
dseries
Commits
301f1034
Commit
301f1034
authored
May 16, 2017
by
Stéphane Adjemian
Browse files
Allow x13 constructor with one input argument.
If exogenous variables (x) are not used.
parent
628a1705
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/@x13/x13.m
View file @
301f1034
...
...
@@ -73,6 +73,8 @@ classdef x13<handle % --*-- Unitary tests --*--
else
error
(
'x13:: Wrong input argument (a dseries object is expected)!'
)
end
else
o
.
x
=
dseries
();
end
% Initialize other members (they are empty initially and must be set by calling methods)
o
.
arima
=
setdefaultmember
(
'arima'
);
...
...
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