photo

Danny


ns

Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

17 Fragen
1 Antwort

RANG
35.002
of 300.365

REPUTATION
1

BEITRÄGE
17 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
64.71%

ERHALTENE STIMMEN
1

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to make covariance matrix positive semi-definite (PSD)
I am using the cov function to estimate the covariance matrix from an n-by-p return matrix with n rows of return data from p tim...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to concatenate string vectors of unequal length?
If I have thee vectors v1 = {'a' 'b' 'c'}', v2 = {'d'}' and v3 = {'e' 'f'}', how do I create a four vector v4 = 'a' 'd' 'e' ...

fast 11 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


How do you use one vector to name another vector?
If you have three vectors: vect1 = [1 2], vect2 = [4 5], and vect3 = {'name1';'name2'}, how do I name vect1 and vect2 using the ...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to read vector of strings into MATLAB?
I have an Excel file with a list of strings in the first column (one string per cell). How do I import the strings into a vecto...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to publish table on one line using publish button?
I made a table using the array2table function. When I use the publish button (on PUBLISH tab), the table gets split down the pag...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to publish a table and graph?
I have written code that takes a time series and produces a table of the inputs using the function array2table as well as a grap...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to make vector of strings into column headers of table
I have a vector of dates: a = Oct_2014 Nov_2014 Dec_2014 and I want to use the array2table function to make a ta...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to convert number to string vector
I have three vectors representing years, months, and days: a = [2014;2014]; b = [10;11]; c = [25; 24]; and at the very...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to assign a plot to a variable?
How can we assign a plot to a variable such that when we type the variable the plot appears (as opposed to a number or equation)...

etwa 11 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Have MATLAB code pause and then take input from command line
I know 'pause' halts MATLAB code and waits for you to hit 'Enter' before continuing. How can I pause the code, and then have it...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why do many MATLAB examples model stock price returns instead of absolute changes?
Many MATLAB examples about fitting ARIMA models use price2ret to transform a stock time series to a return time series and then ...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Should ARIMA models be used to model stock price changes or returns?
I'm simulating price paths using ARIMA models. Is it best practice to model stock prices through their absolute changes (ARIMA ...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Why specify intiial variance when estimating a conditional mean and variance model?
In many MATLAB examples where the estimate function is used to estimate a conditional mean and variance model, the examples usua...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


What are MATLAB tests to check predictive performance of a fitted model?
A model that fits data well does not necessarily imply that it will forecast well. I know cross validation is one method for ch...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How Should Conditional Mean and Variance Model be Changed if Residuals Exhibit Autocorrelation?
I have a time series Y that I know exhibits autocorrelation and heteroscedasticity. Using the estimate function, I fit a condit...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Causes of Rank Deficiency when Fitting GARCH models
I am fitting an ARIMA(1,1,1) model with GARCH(P,Q) variance to a time series. I use two for loops to iterate though P = 0:3 and...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to assess adequacy of fitted GARCH model?
Hi Roger, Thank you for the reply. What is the name of the textbook you are referencing?

etwa 11 Jahre vor | 0

Frage


How to assess adequacy of fitted GARCH model?
I am curious how to check whether an already fitted GARCH or ARIMA model with GARCH variance adequately captures the data it is ...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten