Community Profile

photo

Fox


2015년부터 활동

통계

  • First Answer
  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


How do I estimate in-sample predictions of an ARFIMA model ?
Hello, does anybody know how to do in-sample predictions of an ARFIMA(p,d,q) model, meaning how do I get yfit and is it even po...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


How to solve the problem that the demeaning of X gives a variable Y that has not exactly a zero mean, probably due to very small values ?
Hello together, I have the problem that I want to standardize a vector X. I do this by firstly demeaning X. if true %...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to conclude significance of the parameters of the ARFIMA(p,d,q) process ?
Dear everybody, I am using the ARFIMA(p,d,q) toolbox of György Inzelt 2011, which is in the file exchange. From the estimation,...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


How to use a loop with datetime and store the datetime values?
Hello everybody, I want to create a time vector (datetime), that consists of the time span 02-Jan-2001-18-Apr-2012. Here ever...

거의 6년 전 | 답변 수: 3 | 0

3

답변

질문


How can I compute the following formular recursive ?
x1=b(1)+ b(2)*x0+resrd2(1,:); % b1 and b2 are scalars x(0) also resrd2 is a matrix of 743x1 x2=b(1)+ b(2)*x1+resrd2(2,:); ...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I solve these recursive equations ?
Hello I want to take the solution of a equation and use this as a new variable and so on like in the following demonstrated. ...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How can I combine two matrix ?
Hi I want to combine two matrix(matrix1= e1(743,7), matrix2= e2(743,7)), in the form of taking the first column of the first mat...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to save values of a double for loop ?
I want to save the different values of bety2 of the following double for loop in a matrix, however my code doesn't work. b...

8년 초과 전 | 답변 수: 1 | 1

1

답변

질문


How to save values of loops ?
I made the following for loop and now want to save the different values I get on my command window in one vector: My Problem is ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I create a plot with quaterly dates on the x-axis ?
Hi I have quaterly data from 1973.Q1-2013.Q4. I want to plot this with the quaterly time frame on the x-axis. How can I do this ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I repeat the following text 5000 times and save the solutions for the 5000 different betas in a 1x 5000 matrix ?
Hello, I make some wild bootstrap here and I now want to repeat the following text(formulas)as a whole 5000 times and save the d...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I repeat the following text 5000 times ?
Hello, I make some wild bootstrap here and I know want to repeat the following text(formulas)as a whole 5000 times: % Estim...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do I create a random variable which follows the Rademacher Distribution?
Hello I want to make a form of wild bootstrap of a residual from a regression. I have to multiply my residual with a random va...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I get a matrix for such a for loop ? I want to create a matrix with each of the i values, because now I only get always the last value for i.
I've two matrixes G and Rm and I want to regress one column of the G matrix on one column in the Rm matrix. When I made this in...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I have a monthly time series data in matrix form with 4 columns. I want to sum up always the 3 row elements of the columns. 1-3,3-6,6-9,... ,to get quaterly data. How can I do this in matlab ?
sum(A(1:3)); sum(A(3:6)); sum(A(6:9)); ... % because I´ve monthly values from 1952-2013 it's impossible to solve all this in...

8년 초과 전 | 답변 수: 1 | 0

1

답변