photo

tilfani oussama


Last seen: oltre un anno fa Attivo dal 2016

Followers: 0   Following: 0

Statistica

  • First Review
  • Thankful Level 3
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


loop on matrix array
I would like to make a loop that computes a distance between all matrix arrays, and save them in a distance matrix. The distance...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


The use of MFE toolbox in DCC GARCH
I would like to perform a DCC GARCH model to a time series, with MFE toolbox. For simplicity, let say a bivariate case. I would ...

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Multiobjective optimization portfolio selection NSGA II
I would ike to use the algorithm described here https://www.mathworks.com/matlabcentral/fileexchange/53143-portfolio-optimizatio...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Using new objective function in existing nsga ii matlab code
I took a matlab codefor NSGA II from this link http://yarpiz.com/56/ypea120-nsga2, i would like to use this code for a new objec...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


tranlsate a matriciel expression in matlab language
I have the following equation, wich can be writted in matrciel form as : R= w'C + w'βRm where Rm is a scalar, w C and β are col...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Error with parfor loop
I have the following code ft=zeros(1000,1); gt=zeros(1000,1); FT=zeros(1000,1) ; Gt=zeros(1000,1) ; CovXY=zeros...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


reduce execution time in matlab
I have a matlab programm with a loop, it takes with a machine of 16GO RAM, 7 hours to be executed. The aim is to compute a cros...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Mean column with step
I have a column vector of n elements, i would like to calculate the mean with a step of 10 (the mean of 10th, 20th, and so on). ...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Risposto
solve quadratic set of equations
Let me expose the problem from the beginning. My aim is to solve for w=(w1,...,wn)' an optimization problem, the probelm can be ...

quasi 6 anni fa | 0

| accettato

Domanda


solve quadratic set of equations
I have a system of equation which i would like to solven this systme can be expressed as : w=(w1,...,wn)' and let consider a ...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Risposto
plot graph with values of y axis on the begining and the end
I would like to get a graph similar to those in figure 1 in the attched file (not necessary the shaded area)

quasi 6 anni fa | 0

| accettato

Domanda


plot graph with values of y axis on the begining and the end
I have three array vectors, beta, betal and betau, i would like to plot them on the same grpah. The x axis is scale ranging from...

quasi 6 anni fa | 3 risposte | 0

3

risposte

Domanda


How to convert R code to matlab?
Hy I would like to convert an R code into matlab, can someone help me to do? this the R code.

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Variance and covariances in multiscale
I want to code for DFA and DCCA based regression, to do i would like to code a detrended scale covariance and variance, as descr...

circa 6 anni fa | 0 risposte | 0

0

risposte

Risposto
How to estimate standard errors?
ALso my question is only about SE of coefficient estimated in the simple

circa 6 anni fa | 0

Domanda


How to estimate standard errors?
I'm using a code to estimate a hurst coefficient MFDFA procedure, Hurst coefficient is the slope of logFq(s) vs log(s) for q=2, ...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


plot graph of time series
Hi I have a matlab 2015a, i would like to plot a time series with dates on the x axis andd values on the y axis.

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


VAR model estimation function
I would like to estimate a VAR (vector autoregression) model, i have matlab 2015a version. If someone have a code function to es...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Code to calculate a cross correlation function for many scales
I would like to calculate a cross correlation function on many scales, in the file attached chapter 2 Multiscale correlation fun...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Risposto
Code to calculate a cross correlation function for many scales
this is the paper of reference, look at paragraph 2 Multiscale cross correlation

oltre 6 anni fa | 0

Domanda


Vector Autoregressive model matlab R2015a
I would like to estimate a VAR(p) model with matlab, the command "Mdl=varm" is not defined in matlab R2015a. Can i have a code/...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


optimize time calculations program
I have a program, composed on a function and a loop (function enclosed and loop below), which takes a lot fo time to be perform...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Risposto
code execution take time
The function Chaostest is enclosed, the loop please look below x is a column vector (1:3500) n=length(x); for j=1:n-499 ...

oltre 6 anni fa | 0

Domanda


code execution take time
I run a code, which computes chaos degree in a series, the code whithin a loop take more than 7 hours. there is a way to perfo...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Risposto
Synchronize two time series matlab R2015a
That works with [D1,S1,R1] = xlsread('SP dated.xls'); [D2,S2,R2] = xlsread('CAC40 dated.xls'); S1ds = R1(2:end,:); ...

oltre 6 anni fa | 0

Domanda


Error when synchronizing two time series
I have two time series, i would like to synchronize them, in each series i have two columns (the first with date and second with...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Risposto
Synchronise two time series
Can you give more elements, i tried with but i fail, please find attached my series

oltre 6 anni fa | 0

Domanda


Synchronize two time series matlab R2015a
I have two time series SP and CAC40 returns, i would like to save only equal dates values, i have a matlab 2015a. Bests

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Synchronise two time series
I have two dated time series, i import the with readtable command, i would like to synchronize them. taking only values with equ...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Time series with date
Hello I have two time series Xt and Yt ranging from 2005 to 2012 on daily basis (two rows one indicate the date and the second ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Carica altro