![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19166170_1675204539427.jpg)
Seraphic
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
193,529
of 297,016
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
differences between arima and fitlm functions when estimating AR(1) process
Hi all, I am a little confused. I have a data x, and ran following regressions to get AR(1) coefficient. 1) mdl1= estimate(ari...
1 year ago | 1 answer | 0
1
answerQuestion
arima function returns conditional variance or unconditional variance?
Hi all, I have a quick question. I am fitting data to AR(1) process using esitmate and arima functions. By the way, variance r...
1 year ago | 1 answer | 0
1
answerQuestion
Why does str2double command return NaN? What type of array should I convert into for running fitlm command??
Hi all, This issue is holding me over two hours so I want to ask how to fix it. My dataset is a 48X1 cell array, and want to r...
1 year ago | 1 answer | 0
1
answerQuestion
unexpected parameter z3 when using solve command
Hi, I am new to matlab and want to solve an eqution. syms x eqn = x-((1-1/0.9925)*0.65-0.003)*x^((1/0.66)/(1/0.97))== 20+((1...
2 years ago | 0 answers | 0
0
answersQuestion
'Too many input arguments.' error (arima command)
Hi all, I tried to generate MA(1) model without presample. I typed following command. Mdl= arima('Constant',1.5,'MA',{0.1},'V...
4 years ago | 1 answer | 0