photo

Carlo Alberto Bordignon


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
66,606
of 301,440

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


Is there a function in matlab doing the same of fitted() in R ?
Does exist a function in matlab which does the same of the function _fitted()_ in R ? I can't re-create the time series usin...

8 years ago | 0 answers | 0

0

answers

Question


How can I re-write the original time series with the new fitted model (fitted with estimate)? In other words, there is an equivalent in MatLab of the fitted() function of R?
I fitted an ARIMA model in this way: >>Mdl= arima('ARLags', [1 2 3], 'SARLags', [24 48 72 168], 'D', 1, 'MALags',[1 2], 'SMAL...

8 years ago | 0 answers | 0

0

answers