Manthos Vogiatzoglou - MATLAB Central
photo

Manthos Vogiatzoglou


Last seen: oltre 4 anni fa Attivo dal 2008

Followers: 1   Following: 0

Messaggio

Professional Interests: computational finance - statistics

Statistica

All
MATLAB AnswersFile ExchangeFrom 08/08 to 01/25Use left and right arrows to move selectionFrom 08/08Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
148.614
of 296.498

REPUTAZIONE
0

CONTRIBUTI
8 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

  • Thankful Level 2
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


creating new fields in multiple structures with loops
Hi all I have some data in the form of structures, eg strA, strB e.t.c. All structures have the same fields, let's say f1 and f...

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


regression with ARMA_GARCH errors
I want to estimate a regression model with ARMA(3,3) - GARCH(1,1) errors: y_t = bX_t + e_t e_t = a_1e_{t-1}+...+a_3e_{t-3}...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Strange behavior of fmincon when analytical gradient is supplied
Dear all I want to find the minimum of a log likelihood function of the form [f,gr_f] = mylogl(theta, data) subjec...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


problem in compiling a file
Dear all I am trying to use glasso for matlab, downloaded from: http://www-stat.stanford.edu/~tibs/glasso/ . I unzipped the f...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


error in mexing a file from external source
Dear all I am trying to use glasso for matlab, downloaded from: http://www-stat.stanford.edu/~tibs/glasso/ . I unzipped th...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


nonlinear programming - first order conditions
Hi all I want to solve the following problem: max: f(x)=x'Ax+b'x, where x=[x1;x2;x3], A=[2 -5 -10;-5 3 -5;-10 -5 4] and ...

circa 13 anni fa | 1 risposta | 0

1

risposta

Domanda


standard errors
I have to solve the following optimization problem: maxf(S), (f is a multivariate log likelihood) subject to: S>0 (since S is ...

oltre 13 anni fa | 0 risposte | 0

0

risposte

Risposto
Strange error in fmincon with nonlinear constraints
The input arguments in myfunc and myconstr should(?) be identical. I changed myconstr to [c, ceq] = myconstr(theta, data, spec) ...

quasi 14 anni fa | 0

Domanda


Strange error in fmincon with nonlinear constraints
Hello all my optimization problem is as follows: function fval = myfunc(theta,data,spec) % the objective function defined ...

quasi 14 anni fa | 2 risposte | 0

2

risposte
Go to top of page