photo

DoVile Last Name:


aarhus university

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Econ student
Professional Interests: Econometrics

Statistik

MATLAB Answers

19 Fragen
5 Antworten

RANG
11.558
of 299.737

REPUTATION
3

BEITRÄGE
19 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
63.16%

ERHALTENE STIMMEN
2

RANG
 of 20.791

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 165.655

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 mex this recursion
I am running a large program and a small function is taking up all the computing time, I havent been able to use the automatic c...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


retrieving data from structure
I am having a weird issue when trying to get data from a structure. I am using dir to get folder names into the variable Fold...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to get GARCH parameters into a vector
My question is fairly simply but i havent been able to find a solultion, how do i automatically save my GARCH model parameter es...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Finding durations between 1's in a matrix
In the end i decided on just using a double for loop with an if statement, if anyone comes up with something elegant that would ...

mehr als 12 Jahre vor | 0

| akzeptiert

Frage


Finding durations between 1's in a matrix
I am creating a matrix of ones I = binornd(1,a,T(j),n); What i need to find next is the durations between the 1 values f...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Datafeed problem - yahoo finance cant find stock ?
I am trying to get data on a bunch of danish stocks, fx. the Ap Moeller Maersk B stock. I am using the code C = yahoo; ...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Mex: compiler not found problem
I download SDK from http://www.microsoft.com/en-us/download/details.aspx?id=8279 and start the install after downloading t...

mehr als 12 Jahre vor | 0

Frage


Mex: compiler not found problem
I am messing around trying to learn how to call c++ code form matlab, specifically i am trying the code following this <http://w...

mehr als 12 Jahre vor | 5 Antworten | 0

5

Antworten

Frage


using textscan to load numbers from txt file
I am using textscan tmp = textscan(fid,'%4f %q %f %f %f %f %f %f %f %f','treatAsEmpty', 'n/a'); to load data which look...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


textscan not working with double quotation marks
I am using textscan to read a .txt file into matlab but i am having some troubles. The data looks like (first two lines) ...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


from cell array to numeric vector
I have a 1x52 length cell array of years stored in MWDIData_years, i need to get these to be a nummeric vector. I am trying some...

mehr als 12 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


How can i create a standard matlab template for new programs
I like to have the same layout of my code every time i create a new program, at the moment i just copy and paste an .m file. But...

mehr als 12 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Help vectorising for loop for kernel density
I am having a devil of a time figuring out how to vectorise the following for loopp dens = NaN(length(y),1); for i=1:l...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What would you add to my Matlab cheat sheet ?
I am an econ/math masters student, but any suggestions are welcome I would prefer keeping the sheet on 1 page though. * ...

fast 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Error using quad for nummerical integration
I am unable to understand why i cant use the quad function for nummerical integration.. tk = 1.5; Assymptotisk=@(x) sqr...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
fmincon, how does interior point restrict parameters
Thank you

fast 13 Jahre vor | 0

Frage


fmincon, how does interior point restrict parameters
I used my own restriction transformation inside the function to allow fmincon to searh globally. However i ran into nummerical t...

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Efficient allocation of random numbers(U(0,1)) into categories
I am trying to create a function which takes two arguments as input, one a vector of values drawn from a uniform distribution an...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Nicer output from simulations
I am taking a Monte-Carlo course and so i have some output, the homework is all done but i would like to make the end product a ...

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Interior point maximization on non-smooth surface
I am estimating a state-space model using maximum likelihood, and i am also doing simulations. For the actual maximisation part ...

etwa 13 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How do i get nice .eps images into latex
Turns out all i needed to do was to go from tex->ps->pdf rather than tex->DVI->pdf Thanks for answers though guys! :)

etwa 13 Jahre vor | 0

| akzeptiert

Frage


How do i get nice .eps images into latex
I of course know how to print a plotted image into a .eps file using file>SaveAs, however when i actually create the .pdf file i...

etwa 13 Jahre vor | 4 Antworten | 0

4

Antworten

Beantwortet
adding year to plot using datetick
Thank you for your answer, it is the second case that is relevant. My data consists of 3081 observations, having loaded the year...

etwa 13 Jahre vor | 0

| akzeptiert

Frage


adding year to plot using datetick
I have created a plot for a volatility measure, now i want to add the years of the measure to the x axis. I have the appropriate...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten